Skip to content

Commit

Permalink
Allow hspec < 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan committed May 14, 2021
1 parent 4a79cea commit 507f0a4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions servant-client-core/servant-client-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions servant-client/servant-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 2 additions & 3 deletions servant-foreign/servant-foreign.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions servant-http-streams/servant-http-streams.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ 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
, temporary >= 1.3 && < 1.4
, 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
4 changes: 2 additions & 2 deletions servant/servant.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 507f0a4

Please sign in to comment.