Skip to content

Commit bc0eba2

Browse files
committed
Allow building with QuickCheck-2.16.*
1 parent 655b6e4 commit bc0eba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text-show.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ test-suite spec
310310
, generic-deriving >= 1.14.1 && < 2
311311
, ghc-prim
312312
, hspec >= 2 && < 3
313-
, QuickCheck >= 2.14.3 && < 2.16
313+
, QuickCheck >= 2.14.3 && < 2.17
314314
, quickcheck-instances >= 0.3.28 && < 0.4
315315
, template-haskell >= 2.11 && < 2.24
316316
, text >= 1.1 && < 2.2

0 commit comments

Comments
 (0)