Skip to content

Commit 2e62383

Browse files
committed
Bump upper bound on QuickCheck
1 parent b393a39 commit 2e62383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StrictCheck.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
default-language: Haskell2010
3232
build-depends: base >= 4.7 && < 5,
3333
template-haskell >= 2.18 && < 2.25,
34-
QuickCheck >= 2.10 && < 2.18,
34+
QuickCheck >= 2.10 && < 2.19,
3535
containers >= 0.5 && < 0.9,
3636
generics-sop >= 0.3.2 && < 0.6,
3737
bifunctors >= 5.5 && < 5.7

0 commit comments

Comments
 (0)