File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ test-suite spec
63
63
-- test dependencies
64
64
build-depends :
65
65
hspec >= 2.5.5 && < 2.12
66
- , QuickCheck >= 2.11.3 && < 2.15
66
+ , QuickCheck >= 2.11.3 && < 2.16
67
67
, aeson >= 1.3.1.1 && < 3
68
68
, bytestring >= 0.10.6.0 && < 0.13
69
69
, http-client >= 0.5.13.1 && < 0.8
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ test-suite doctests
51
51
base,
52
52
servant-auth-docs,
53
53
doctest >= 0.16 && < 0.23 ,
54
- QuickCheck >= 2.11.3 && < 2.15 ,
54
+ QuickCheck >= 2.11.3 && < 2.16 ,
55
55
template-haskell
56
56
ghc-options : -Wall -threaded
57
57
hs-source-dirs : test
@@ -79,6 +79,6 @@ test-suite spec
79
79
build-depends :
80
80
servant-auth-docs
81
81
, hspec >= 2.5.5 && < 2.12
82
- , QuickCheck >= 2.11.3 && < 2.15
82
+ , QuickCheck >= 2.11.3 && < 2.16
83
83
84
84
default-language : Haskell2010
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ test-suite spec
124
124
build-depends :
125
125
servant-auth-server
126
126
, hspec >= 2.5.5 && < 2.12
127
- , QuickCheck >= 2.11.3 && < 2.15
127
+ , QuickCheck >= 2.11.3 && < 2.16
128
128
, http-client >= 0.5.13.1 && < 0.8
129
129
, lens-aeson >= 1.0.2 && < 1.3
130
130
, warp >= 3.2.25 && < 3.5
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ test-suite spec
64
64
build-depends :
65
65
servant-auth-swagger
66
66
, hspec >= 2.5.5 && < 2.12
67
- , QuickCheck >= 2.11.3 && < 2.15
67
+ , QuickCheck >= 2.11.3 && < 2.16
68
68
other-modules :
69
69
Servant.Auth.SwaggerSpec
70
70
default-language : Haskell2010
Original file line number Diff line number Diff line change @@ -149,6 +149,6 @@ test-suite spec
149
149
build-depends :
150
150
, deepseq >= 1.4.2.0 && < 1.6
151
151
, hspec >= 2.6.0 && < 2.12
152
- , QuickCheck >= 2.12.6.1 && < 2.15
152
+ , QuickCheck >= 2.12.6.1 && < 2.16
153
153
154
154
build-tool-depends : hspec-discover :hspec-discover >= 2.6.0 && < 2.12
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ test-suite spec
174
174
, hspec >= 2.6.0 && < 2.12
175
175
, HUnit >= 1.6.0.0 && < 1.7
176
176
, network >= 2.8.0.0 && < 3.3
177
- , QuickCheck >= 2.12.6.1 && < 2.15
177
+ , QuickCheck >= 2.12.6.1 && < 2.16
178
178
, servant >= 0.20 && < 0.21
179
179
, servant-server >= 0.20 && < 0.21
180
180
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ test-suite spec
115
115
, hspec >= 2.6.0 && < 2.12
116
116
, HUnit >= 1.6.0.0 && < 1.7
117
117
, network >= 2.8.0.0 && < 3.3
118
- , QuickCheck >= 2.12.6.1 && < 2.15
118
+ , QuickCheck >= 2.12.6.1 && < 2.16
119
119
, servant-server >= 0.20 && < 0.21
120
120
, servant >= 0.20 && < 0.21
121
121
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ library
154
154
, http-types >= 0.12.2 && < 0.13
155
155
, mmorph >= 1.1.2 && < 1.3
156
156
, network-uri >= 2.6.1.0 && < 2.7
157
- , QuickCheck >= 2.12.6.1 && < 2.15
157
+ , QuickCheck >= 2.12.6.1 && < 2.16
158
158
, vault >= 0.3.1.2 && < 0.4
159
159
160
160
hs-source-dirs : src
@@ -184,7 +184,7 @@ test-suite spec
184
184
-- Additional dependencies
185
185
build-depends :
186
186
, hspec >= 2.6.0 && < 2.12
187
- , QuickCheck >= 2.12.6.1 && < 2.15
187
+ , QuickCheck >= 2.12.6.1 && < 2.16
188
188
, quickcheck-instances >= 0.3.19 && < 0.4
189
189
190
190
build-tool-depends : hspec-discover :hspec-discover >= 2.6.0 && < 2.12
You can’t perform that action at this time.
0 commit comments