Skip to content

Commit 9a5794b

Browse files
committed
Allow QuickCheck 2.15
See commercialhaskell/stackage#7391
1 parent f852329 commit 9a5794b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

os-string.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ test-suite bytestring-tests
8989
, base
9090
, bytestring >=0.11.3.0
9191
, os-string
92-
, QuickCheck >=2.7 && <2.15
92+
, QuickCheck >=2.7 && <2.16
9393

9494
test-suite encoding-tests
9595
default-language: Haskell2010
@@ -107,7 +107,7 @@ test-suite encoding-tests
107107
, bytestring >=0.11.3.0
108108
, deepseq
109109
, os-string
110-
, QuickCheck >=2.7 && <2.15
110+
, QuickCheck >=2.7 && <2.16
111111
, quickcheck-classes-base ^>=0.6.2
112112

113113
benchmark bench

0 commit comments

Comments
 (0)