Remove hspec upper bound

This commit is contained in:
Michael Snoyman 2012-11-09 09:12:32 +02:00
parent b15faa3cf8
commit d40da67656
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ test-suite tests
cpp-options: -DTEST
build-depends: base
,hspec >= 1.3 && < 1.4
,hspec >= 1.3
,wai-test
,wai
,yesod-core

View File

@ -49,7 +49,7 @@ test-suite tests
type: exitcode-stdio-1.0
cpp-options: -DTEST_EXPORT
build-depends: base
, hspec >= 1.3 && < 1.4
, hspec >= 1.3
-- copy from above
, containers
, old-time