Allow hspec < 2.9

https://github.com/commercialhaskell/stackage/issues/6010
This commit is contained in:
Maxim Koltsov 2021-05-14 12:34:04 +03:00
parent 4a79cea3ff
commit 507f0a4671
No known key found for this signature in database
GPG Key ID: 52B5EDB68BF54442
6 changed files with 12 additions and 13 deletions

View File

@ -103,8 +103,8 @@ test-suite spec
-- Additional dependencies
build-depends:
deepseq >= 1.4.2.0 && < 1.5
, hspec >= 2.6.0 && < 2.8
, hspec >= 2.6.0 && < 2.9
, QuickCheck >= 2.12.6.1 && < 2.15
build-tool-depends:
hspec-discover:hspec-discover >= 2.6.0 && <2.8
hspec-discover:hspec-discover >= 2.6.0 && <2.9

View File

@ -119,7 +119,7 @@ test-suite spec
-- Additional dependencies
build-depends:
entropy >= 0.4.1.3 && < 0.5
, hspec >= 2.6.0 && < 2.8
, hspec >= 2.6.0 && < 2.9
, HUnit >= 1.6.0.0 && < 1.7
, network >= 2.8.0.0 && < 3.2
, QuickCheck >= 2.12.6.1 && < 2.15
@ -128,7 +128,7 @@ test-suite spec
, tdigest >= 0.2 && < 0.3
build-tool-depends:
hspec-discover:hspec-discover >= 2.6.0 && < 2.8
hspec-discover:hspec-discover >= 2.6.0 && < 2.9
test-suite readme
type: exitcode-stdio-1.0

View File

@ -74,8 +74,7 @@ test-suite spec
-- Additional dependencies
build-depends:
hspec >= 2.6.0 && <2.8
hspec >= 2.6.0 && <2.9
build-tool-depends:
hspec-discover:hspec-discover >=2.6.0 && <2.8
hspec-discover:hspec-discover >=2.6.0 && <2.9
default-language: Haskell2010

View File

@ -112,7 +112,7 @@ test-suite spec
-- Additional dependencies
build-depends:
entropy >= 0.4.1.3 && < 0.5
, hspec >= 2.6.0 && < 2.8
, hspec >= 2.6.0 && < 2.9
, HUnit >= 1.6.0.0 && < 1.7
, network >= 2.8.0.0 && < 3.2
, QuickCheck >= 2.12.6.1 && < 2.15
@ -121,7 +121,7 @@ test-suite spec
, tdigest >= 0.2 && < 0.3
build-tool-depends:
hspec-discover:hspec-discover >= 2.6.0 && < 2.8
hspec-discover:hspec-discover >= 2.6.0 && < 2.9
test-suite readme
type: exitcode-stdio-1.0

View File

@ -157,7 +157,7 @@ test-suite spec
build-depends:
aeson >= 1.4.1.0 && < 1.6
, directory >= 1.3.0.0 && < 1.4
, hspec >= 2.6.0 && < 2.8
, hspec >= 2.6.0 && < 2.9
, hspec-wai >= 0.10.1 && < 0.12
, QuickCheck >= 2.12.6.1 && < 2.15
, should-not-typecheck >= 2.1.0 && < 2.2
@ -165,4 +165,4 @@ test-suite spec
, wai-extra >= 3.0.24.3 && < 3.2
build-tool-depends:
hspec-discover:hspec-discover >= 2.6.0 && <2.8
hspec-discover:hspec-discover >= 2.6.0 && <2.9

View File

@ -163,9 +163,9 @@ test-suite spec
-- Additional dependencies
build-depends:
hspec >= 2.6.0 && < 2.8
hspec >= 2.6.0 && < 2.9
, QuickCheck >= 2.12.6.1 && < 2.15
, quickcheck-instances >= 0.3.19 && < 0.4
build-tool-depends:
hspec-discover:hspec-discover >= 2.6.0 && < 2.8
hspec-discover:hspec-discover >= 2.6.0 && < 2.9