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 ae1e6bb + c55010a commit f47dbe3Copy full SHA for f47dbe3
email-validate.cabal
@@ -1,5 +1,5 @@
1
name: email-validate
2
-version: 2.3.2.5
+version: 2.3.2.6
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.5
+ tag: v2.3.2.6
23
24
library
25
build-depends:
@@ -56,5 +56,5 @@ test-suite doctests
56
main-is: doctests.hs
57
58
base >= 4 && < 5,
59
- doctest >= 0.8 && < 0.16
+ doctest >= 0.8 && < 0.17
60
0 commit comments