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.
1 parent c0e99dd commit 116140cCopy full SHA for 116140c
email-validate.cabal
@@ -1,5 +1,5 @@
1
name: email-validate
2
-version: 2.3.2.9
+version: 2.3.2.10
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.9
+ tag: v2.3.2.10
23
24
library
25
build-depends:
@@ -44,7 +44,7 @@ test-suite Main
44
45
email-validate,
46
base >= 4 && < 5,
47
- hspec >= 2.2.3 && < 2.7,
+ hspec >= 2.2.3 && < 2.8,
48
QuickCheck >= 2.4 && < 2.13,
49
bytestring >= 0.9 && < 0.11
50
0 commit comments