Skip to content

Commit cc0d31c

Browse files
in fact, don't bother with old QuickCheck versions at all
1 parent 803901a commit cc0d31c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constrained-generators.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ library
7979
-Wunused-packages
8080

8181
build-depends:
82-
QuickCheck >=2.14 && <2.18,
82+
QuickCheck >=2.15.0.1 && <2.18,
8383
base >=4.18 && <5,
8484
base-orphans,
8585
containers,
@@ -114,7 +114,7 @@ library examples
114114
-Wunused-packages
115115

116116
build-depends:
117-
QuickCheck >=2.14,
117+
QuickCheck >=2.15.0.1,
118118
base >=4.18 && <5,
119119
constrained-generators,
120120
containers,

0 commit comments

Comments
 (0)