Browse Source

Remove clearing of sandbox, attempt to fix travis test

Brittany Mazza 10 years ago
parent
commit
565dcb4482
1 changed files with 0 additions and 5 deletions
  1. 0 5
      frameworks/Haskell/yesod/setup.sh

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

@@ -5,11 +5,6 @@ export PATH=${HASKELL_HOME}/bin:$PATH
 cd bench
 
 ${CABAL_HOME}/bin/cabal update
-
-# Run cabal sandbox delete in order to clear old, 
-# previously installed dependencies. 
-${CABAL_HOME}/bin/cabal sandbox delete
-
 ${CABAL_HOME}/bin/cabal sandbox init
 ${CABAL_HOME}/bin/cabal --bindir=${TROOT}/bench/dist/build/bench install