Remove hspec upper bound
This commit is contained in:
parent
b15faa3cf8
commit
d40da67656
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user