Skip to content

Commit 08579ca

Browse files
authored
Update upper bounds for QuickCheck (#1375)
1 parent 0bda65e commit 08579ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

servant-client-core/servant-client-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ test-suite spec
104104
build-depends:
105105
deepseq >= 1.4.2.0 && < 1.5
106106
, hspec >= 2.6.0 && < 2.8
107-
, QuickCheck >= 2.12.6.1 && < 2.14
107+
, QuickCheck >= 2.12.6.1 && < 2.15
108108

109109
build-tool-depends:
110110
hspec-discover:hspec-discover >= 2.6.0 && <2.8

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ test-suite spec
122122
, hspec >= 2.6.0 && < 2.8
123123
, HUnit >= 1.6.0.0 && < 1.7
124124
, network >= 2.8.0.0 && < 3.2
125-
, QuickCheck >= 2.12.6.1 && < 2.14
125+
, QuickCheck >= 2.12.6.1 && < 2.15
126126
, servant == 0.18.*
127127
, servant-server == 0.18.*
128128
, tdigest >= 0.2 && < 0.3

servant-http-streams/servant-http-streams.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ test-suite spec
115115
, hspec >= 2.6.0 && < 2.8
116116
, HUnit >= 1.6.0.0 && < 1.7
117117
, network >= 2.8.0.0 && < 3.2
118-
, QuickCheck >= 2.12.6.1 && < 2.14
118+
, QuickCheck >= 2.12.6.1 && < 2.15
119119
, servant == 0.18.*
120120
, servant-server == 0.18.*
121121
, tdigest >= 0.2 && < 0.3

0 commit comments

Comments
 (0)