Skip to content

Commit 1d0b34d

Browse files
authored
Allow QuickCheck 2.14 (#1359)
Builds fine and all tests pass.
1 parent da0c83d commit 1d0b34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ test-suite spec
159159
, directory >= 1.3.0.0 && < 1.4
160160
, hspec >= 2.6.0 && < 2.8
161161
, hspec-wai >= 0.10.1 && < 0.12
162-
, QuickCheck >= 2.12.6.1 && < 2.14
162+
, QuickCheck >= 2.12.6.1 && < 2.15
163163
, should-not-typecheck >= 2.1.0 && < 2.2
164164
, temporary >= 1.3 && < 1.4
165165
, wai-extra >= 3.0.24.3 && < 3.2

0 commit comments

Comments
 (0)