Skip to content

Commit 6da9858

Browse files
committed
Permit QuickCheck >= 2.9
1 parent d4a030a commit 6da9858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binary.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test-suite qc
7070
random>=1.0.1.0,
7171
test-framework,
7272
test-framework-quickcheck2 >= 0.3,
73-
QuickCheck == 2.9.*
73+
QuickCheck >= 2.9
7474

7575
-- build dependencies from using binary source rather than depending on the library
7676
build-depends: array, containers

0 commit comments

Comments
 (0)