allow hspec 0.9

This commit is contained in:
Greg Weber 2011-11-06 20:14:31 -08:00
parent 6d2c5355ba
commit e6c67df5c2
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit e791ced0395245e30d37b5098a27bba5e818ecb7
Subproject commit 2ae5558596ff9f26a12acf9c3a7cf8a92e6f2735

View File

@ -48,7 +48,7 @@ test-suite runtests
type: exitcode-stdio-1.0
build-depends: base >= 4 && < 5
, hspec >= 0.8 && < 0.9
, hspec >= 0.8 && < 0.10
, HUnit
, unix-compat >= 0.2 && < 0.3
, time >= 1.1.4 && < 1.3

View File

@ -47,7 +47,7 @@ test-suite runtests
cpp-options: -DTEST
build-depends: yesod-static
, base >= 4 && < 5
, hspec >= 0.8 && < 0.9
, hspec >= 0.8 && < 0.10
, HUnit
ghc-options: -Wall
main-is: runtests.hs