Skip to content

Commit

Permalink
Add ghc-prim package to dependencies and bump version to 2.0.1
Browse files Browse the repository at this point in the history
If the ghc-prim package is not there it complains with a

src/Text/Email/Parser.hs:22:8:
    Could not find module `GHC.Generics'
    It is a member of the hidden package `ghc-prim'.
    Perhaps you need to add `ghc-prim' to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.
  • Loading branch information
Tehnix committed Jan 30, 2014
1 parent d6263d8 commit 1e7bb70
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 1e7bb70

Please sign in to comment.