Permalink
Browse files

Merge pull request #1316 from TechEmpower/fix-yesod-tests

Resolve Haskell's Yesod Test Error
  • Loading branch information...
msmith-techempower committed Jan 27, 2015
2 parents 5788ad1 + f929e66 commit d3ce67ea96cde261bd7c04174fe0da891553a18d

This file was deleted.

Oops, something went wrong.
@@ -19,7 +19,7 @@ executable bench
CPP
build-depends: base >= 4.7 && < 5
, yesod-core >= 1.4.2 && < 1.5
, yesod-core >= 1.4.2 && < 1.4.6
, text >= 0.11 && < 1.3
, persistent >= 2.1 && < 2.2
, persistent-mysql >= 2.1 && < 2.2
@@ -1,3 +1,3 @@
#!/bin/bash
fw_depends haskell
fw_depends haskell
@@ -1,5 +1,7 @@
#!/bin/bash
export HASKELL_HOME=/opt/ghc/7.8.3
export CABAL_HOME=/opt/cabal/1.20
export PATH=${HASKELL_HOME}/bin:$PATH
cd bench

0 comments on commit d3ce67e

Please sign in to comment.