Browse Source

Remove bash_profile

Brittany Mazza 10 years ago
parent
commit
6594323cb8
2 changed files with 1 additions and 5 deletions
  1. 0 5
      frameworks/Haskell/yesod/bash_profile.sh
  2. 1 0
      frameworks/Haskell/yesod/setup.sh

+ 0 - 5
frameworks/Haskell/yesod/bash_profile.sh

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

+ 1 - 0
frameworks/Haskell/yesod/setup.sh

@@ -1,5 +1,6 @@
 #!/bin/bash
 
+export CABAL_HOME=/opt/cabal/1.20
 export PATH=${HASKELL_HOME}/bin:$PATH
 
 cd bench