Skip to content

Commit dc66ce2

Browse files
authored
Merge pull request #45 from Porges/quickcheck-2.13
Allow QuickCheck 2.13
2 parents e217acd + 7f1c587 commit dc66ce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

email-validate.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: email-validate
2-
version: 2.3.2.10
2+
version: 2.3.2.11
33
license: BSD3
44
license-file: LICENSE
55
author: George Pollard <[email protected]>
@@ -19,7 +19,7 @@ source-repository head
1919
source-repository this
2020
type: git
2121
location: git://github.com/Porges/email-validate-hs.git
22-
tag: v2.3.2.10
22+
tag: v2.3.2.11
2323

2424
library
2525
build-depends:
@@ -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.13,
48+
QuickCheck >= 2.4 && < 2.14,
4949
bytestring >= 0.9 && < 0.11
5050

5151
test-suite doctests

0 commit comments

Comments
 (0)