Skip to content

Commit

Permalink
Merge pull request #8 from Tehnix/master
Browse files Browse the repository at this point in the history
Add ghc-prim package to dependencies and bump version to 2.0.1
  • Loading branch information
Porges committed Jan 30, 2014
2 parents d6263d8 + 1e7bb70 commit 4b94d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion email-validate.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: email-validate
version: 2.0.0
version: 2.0.1
license: BSD3
license-file: LICENSE
author: George Pollard <[email protected]>
Expand All @@ -25,6 +25,7 @@ library
build-depends: base >= 4 && < 5
, attoparsec >= 0.10.0
, bytestring >= 0.9
, ghc-prim
ghc-options: -O2
hs-source-dirs: src
exposed-modules: Text.Email.Validate
Expand Down

0 comments on commit 4b94d37

Please sign in to comment.