Skip to content

Commit 701d6f1

Browse files
authored
Merge pull request #30 from varosi/varosi/ghc84
GHC-8.4 libraries support with later template-haskell
2 parents af2ee35 + 235d193 commit 701d6f1

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.2
2+
version: 2.3.2.3
33
license: BSD3
44
license-file: LICENSE
55
author: George Pollard <[email protected]>
@@ -19,14 +19,14 @@ 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.2
22+
tag: v2.3.2.3
2323

2424
library
2525
build-depends:
2626
base >= 4.4 && < 5,
2727
attoparsec >= 0.10.0 && < 0.14,
2828
bytestring >= 0.9 && < 0.11,
29-
template-haskell >= 2.10.0.0 && < 2.13
29+
template-haskell >= 2.10.0.0 && < 2.14
3030
default-language: Haskell2010
3131
hs-source-dirs: src
3232
ghc-options: -Wall

0 commit comments

Comments
 (0)