Skip to content

Commit 8f60a02

Browse files
authored
Allow QuickCheck 2.14
Builds fine and all tests pass.
1 parent 567eb73 commit 8f60a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servant/servant.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ library
105105
, http-types >= 0.12.2 && < 0.13
106106
, mmorph >= 1.1.2 && < 1.2
107107
, network-uri >= 2.6.1.0 && < 2.7
108-
, QuickCheck >= 2.12.6.1 && < 2.14
108+
, QuickCheck >= 2.12.6.1 && < 2.15
109109
, string-conversions >= 0.4.0.1 && < 0.5
110110
, tagged >= 0.8.6 && < 0.9
111111
, vault >= 0.3.1.2 && < 0.4
@@ -160,7 +160,7 @@ test-suite spec
160160
-- Additonal dependencies
161161
build-depends:
162162
hspec >= 2.6.0 && < 2.8
163-
, QuickCheck >= 2.12.6.1 && < 2.14
163+
, QuickCheck >= 2.12.6.1 && < 2.15
164164
, quickcheck-instances >= 0.3.19 && < 0.4
165165

166166
build-tool-depends:

0 commit comments

Comments
 (0)