fix yesod-core tests not running

This commit is contained in:
Greg Weber 2011-09-01 08:53:00 -07:00
parent 38d0a9e13f
commit 10542f3534

View File

@ -85,11 +85,11 @@ test-suite runtests
type: exitcode-stdio-1.0
build-depends: base >= 4.3 && < 5
cpp-options: -DGHC7
main-is: runtests.hs
main-is: main.hs
else
type: exitcode-stdio-1.0
build-depends: base >= 4 && < 4.3
main-is: runtests.hs
main-is: main.hs
cpp-options: -DTEST
build-depends: hspec >= 0.6.1 && < 0.7
,wai-test