Skip to content

Commit ee82c22

Browse files
committed
Relax upper bound for QuickCheck.
1 parent d3d65a8 commit ee82c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic-sop.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
build-depends: base >= 4.6 && < 5,
3232
generics-sop >= 0.2.3 && < 0.6,
3333
text >= 1.1 && < 1.3,
34-
QuickCheck >= 2.7 && < 2.13,
34+
QuickCheck >= 2.7 && < 2.14,
3535
deepseq >= 1.3 && < 1.5
3636
hs-source-dirs: src
3737
default-language: Haskell2010

0 commit comments

Comments
 (0)