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 af2ee35 + 235d193 commit 701d6f1Copy full SHA for 701d6f1
email-validate.cabal
@@ -1,5 +1,5 @@
1
name: email-validate
2
-version: 2.3.2.2
+version: 2.3.2.3
3
license: BSD3
4
license-file: LICENSE
5
author: George Pollard <[email protected]>
@@ -19,14 +19,14 @@ 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.2
+ tag: v2.3.2.3
23
24
library
25
build-depends:
26
base >= 4.4 && < 5,
27
attoparsec >= 0.10.0 && < 0.14,
28
bytestring >= 0.9 && < 0.11,
29
- template-haskell >= 2.10.0.0 && < 2.13
+ template-haskell >= 2.10.0.0 && < 2.14
30
default-language: Haskell2010
31
hs-source-dirs: src
32
ghc-options: -Wall
0 commit comments