Skip to content

Commit

Permalink
Merge pull request #30 from varosi/varosi/ghc84
Browse files Browse the repository at this point in the history
GHC-8.4 libraries support with later template-haskell
  • Loading branch information
Porges committed Mar 7, 2018
2 parents af2ee35 + 235d193 commit 701d6f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions email-validate.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: email-validate
version: 2.3.2.2
version: 2.3.2.3
license: BSD3
license-file: LICENSE
author: George Pollard <[email protected]>
Expand All @@ -19,14 +19,14 @@ source-repository head
source-repository this
type: git
location: git://github.com/Porges/email-validate-hs.git
tag: v2.3.2.2
tag: v2.3.2.3

library
build-depends:
base >= 4.4 && < 5,
attoparsec >= 0.10.0 && < 0.14,
bytestring >= 0.9 && < 0.11,
template-haskell >= 2.10.0.0 && < 2.13
template-haskell >= 2.10.0.0 && < 2.14
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
Expand Down

0 comments on commit 701d6f1

Please sign in to comment.