Browse Source

Attempting to fix some haskell bug

msmith-techempower 10 years ago
parent
commit
92c8caa727

+ 2 - 1
frameworks/Haskell/snap/bash_profile.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
 
 export CABAL_HOME=/opt/cabal/1.20
-export HASKELL_HOME=/opt/ghc/7.8.3
+export HASKELL_HOME=/opt/ghc/7.8.3
+export LANG=en_US.UTF-8

+ 2 - 1
frameworks/Haskell/wai/bash_profile.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
 
 export CABAL_HOME=/opt/cabal/1.20
-export HASKELL_HOME=/opt/ghc/7.8.3
+export HASKELL_HOME=/opt/ghc/7.8.3
+export LANG=en_US.UTF-8

+ 2 - 1
frameworks/Haskell/yesod/bash_profile.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
 
 export CABAL_HOME=/opt/cabal/1.20
-export HASKELL_HOME=/opt/ghc/7.8.3
+export HASKELL_HOME=/opt/ghc/7.8.3
+export LANG=en_US.UTF-8