We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e217acd + 7f1c587 commit dc66ce2Copy full SHA for dc66ce2
email-validate.cabal
@@ -1,5 +1,5 @@
1
name: email-validate
2
-version: 2.3.2.10
+version: 2.3.2.11
3
license: BSD3
4
license-file: LICENSE
5
author: George Pollard <[email protected]>
@@ -19,7 +19,7 @@ source-repository head
19
source-repository this
20
type: git
21
location: git://github.com/Porges/email-validate-hs.git
22
- tag: v2.3.2.10
+ tag: v2.3.2.11
23
24
library
25
build-depends:
@@ -45,7 +45,7 @@ test-suite Main
45
email-validate,
46
base >= 4 && < 5,
47
hspec >= 2.2.3 && < 2.8,
48
- QuickCheck >= 2.4 && < 2.13,
+ QuickCheck >= 2.4 && < 2.14,
49
bytestring >= 0.9 && < 0.11
50
51
test-suite doctests
0 commit comments