Skip to content

Commit

Permalink
Update upper bounds for QuickCheck (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins authored Dec 5, 2020
1 parent 0bda65e commit 08579ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion servant-client-core/servant-client-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test-suite spec
build-depends:
deepseq >= 1.4.2.0 && < 1.5
, hspec >= 2.6.0 && < 2.8
, QuickCheck >= 2.12.6.1 && < 2.14
, QuickCheck >= 2.12.6.1 && < 2.15

build-tool-depends:
hspec-discover:hspec-discover >= 2.6.0 && <2.8
2 changes: 1 addition & 1 deletion servant-client/servant-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ test-suite spec
, hspec >= 2.6.0 && < 2.8
, HUnit >= 1.6.0.0 && < 1.7
, network >= 2.8.0.0 && < 3.2
, QuickCheck >= 2.12.6.1 && < 2.14
, QuickCheck >= 2.12.6.1 && < 2.15
, servant == 0.18.*
, servant-server == 0.18.*
, tdigest >= 0.2 && < 0.3
Expand Down
2 changes: 1 addition & 1 deletion servant-http-streams/servant-http-streams.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ test-suite spec
, hspec >= 2.6.0 && < 2.8
, HUnit >= 1.6.0.0 && < 1.7
, network >= 2.8.0.0 && < 3.2
, QuickCheck >= 2.12.6.1 && < 2.14
, QuickCheck >= 2.12.6.1 && < 2.15
, servant == 0.18.*
, servant-server == 0.18.*
, tdigest >= 0.2 && < 0.3
Expand Down

0 comments on commit 08579ca

Please sign in to comment.