Skip to content

Commit eb3546a

Browse files
authored
Merge pull request #50 from felixonmars/patch-1
Allow QuickCheck 2.14
2 parents 4639cd7 + 805327c commit eb3546a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email-validate.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test-suite Main
4545
email-validate,
4646
base >= 4 && < 5,
4747
hspec >= 2.2.3 && < 2.8,
48-
QuickCheck >= 2.4 && < 2.14,
48+
QuickCheck >= 2.4 && < 2.15,
4949
bytestring >= 0.9 && < 0.11
5050

5151
test-suite doctests

0 commit comments

Comments
 (0)