Remove hspec upper bound
This commit is contained in:
parent
b15faa3cf8
commit
d40da67656
@ -108,7 +108,7 @@ test-suite tests
|
|||||||
|
|
||||||
cpp-options: -DTEST
|
cpp-options: -DTEST
|
||||||
build-depends: base
|
build-depends: base
|
||||||
,hspec >= 1.3 && < 1.4
|
,hspec >= 1.3
|
||||||
,wai-test
|
,wai-test
|
||||||
,wai
|
,wai
|
||||||
,yesod-core
|
,yesod-core
|
||||||
|
|||||||
@ -49,7 +49,7 @@ test-suite tests
|
|||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
cpp-options: -DTEST_EXPORT
|
cpp-options: -DTEST_EXPORT
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, hspec >= 1.3 && < 1.4
|
, hspec >= 1.3
|
||||||
-- copy from above
|
-- copy from above
|
||||||
, containers
|
, containers
|
||||||
, old-time
|
, old-time
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user