Skip to content

Commit b719b76

Browse files
committed
Allow QuickCheck-2.15
1 parent 60bd041 commit b719b76

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

servant-auth/servant-auth-client/servant-auth-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test-suite spec
6363
-- test dependencies
6464
build-depends:
6565
hspec >= 2.5.5 && < 2.12
66-
, QuickCheck >= 2.11.3 && < 2.15
66+
, QuickCheck >= 2.11.3 && < 2.16
6767
, aeson >= 1.3.1.1 && < 3
6868
, bytestring >= 0.10.6.0 && < 0.13
6969
, http-client >= 0.5.13.1 && < 0.8

servant-auth/servant-auth-docs/servant-auth-docs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test-suite doctests
5151
base,
5252
servant-auth-docs,
5353
doctest >= 0.16 && < 0.23,
54-
QuickCheck >= 2.11.3 && < 2.15,
54+
QuickCheck >= 2.11.3 && < 2.16,
5555
template-haskell
5656
ghc-options: -Wall -threaded
5757
hs-source-dirs: test
@@ -79,6 +79,6 @@ test-suite spec
7979
build-depends:
8080
servant-auth-docs
8181
, hspec >= 2.5.5 && < 2.12
82-
, QuickCheck >= 2.11.3 && < 2.15
82+
, QuickCheck >= 2.11.3 && < 2.16
8383

8484
default-language: Haskell2010

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test-suite spec
124124
build-depends:
125125
servant-auth-server
126126
, hspec >= 2.5.5 && < 2.12
127-
, QuickCheck >= 2.11.3 && < 2.15
127+
, QuickCheck >= 2.11.3 && < 2.16
128128
, http-client >= 0.5.13.1 && < 0.8
129129
, lens-aeson >= 1.0.2 && < 1.3
130130
, warp >= 3.2.25 && < 3.5

servant-auth/servant-auth-swagger/servant-auth-swagger.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test-suite spec
6464
build-depends:
6565
servant-auth-swagger
6666
, hspec >= 2.5.5 && < 2.12
67-
, QuickCheck >= 2.11.3 && < 2.15
67+
, QuickCheck >= 2.11.3 && < 2.16
6868
other-modules:
6969
Servant.Auth.SwaggerSpec
7070
default-language: Haskell2010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ test-suite spec
149149
build-depends:
150150
, deepseq >=1.4.2.0 && <1.6
151151
, hspec >=2.6.0 && <2.12
152-
, QuickCheck >=2.12.6.1 && <2.15
152+
, QuickCheck >=2.12.6.1 && <2.16
153153

154154
build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.12

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ test-suite spec
174174
, hspec >=2.6.0 && <2.12
175175
, HUnit >=1.6.0.0 && <1.7
176176
, network >=2.8.0.0 && <3.3
177-
, QuickCheck >=2.12.6.1 && <2.15
177+
, QuickCheck >=2.12.6.1 && <2.16
178178
, servant >=0.20 && <0.21
179179
, servant-server >=0.20 && <0.21
180180

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.12
116116
, HUnit >= 1.6.0.0 && < 1.7
117117
, network >= 2.8.0.0 && < 3.3
118-
, QuickCheck >= 2.12.6.1 && < 2.15
118+
, QuickCheck >= 2.12.6.1 && < 2.16
119119
, servant-server >= 0.20 && < 0.21
120120
, servant >= 0.20 && < 0.21
121121

servant/servant.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ library
154154
, http-types >=0.12.2 && <0.13
155155
, mmorph >=1.1.2 && <1.3
156156
, network-uri >=2.6.1.0 && <2.7
157-
, QuickCheck >=2.12.6.1 && <2.15
157+
, QuickCheck >=2.12.6.1 && <2.16
158158
, vault >=0.3.1.2 && <0.4
159159

160160
hs-source-dirs: src
@@ -184,7 +184,7 @@ test-suite spec
184184
-- Additional dependencies
185185
build-depends:
186186
, hspec >=2.6.0 && <2.12
187-
, QuickCheck >=2.12.6.1 && <2.15
187+
, QuickCheck >=2.12.6.1 && <2.16
188188
, quickcheck-instances >=0.3.19 && <0.4
189189

190190
build-tool-depends: hspec-discover:hspec-discover >=2.6.0 && <2.12

0 commit comments

Comments
 (0)