X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=a3bcae4364536ebfc1c0d988ea2f97651034f82b;hb=455443df3ffafa6250bffc75929ae83984f60f5d;hp=ea8347ac9d7caccbcb595ca03de61b3912aa6537;hpb=128704fa7d42d151a0e68cddf8ab6632c87b8a6f;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index ea8347a..a3bcae4 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -71,6 +71,7 @@ executable email-validator CommandLine EmailAddress ExitCodes + Paths_email_validator ghc-options: -Wall @@ -89,16 +90,12 @@ executable email-validator -optc-march=native -O2 - ghc-prof-options: - -prof - -auto-all - -caf-all - test-suite testsuite type: exitcode-stdio-1.0 hs-source-dirs: src test main-is: TestSuite.hs + build-depends: base < 5, bytestring >= 0.10, @@ -112,6 +109,9 @@ test-suite testsuite tasty >= 0.8, tasty-hunit >= 0.8 + other-modules: + EmailAddress + -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: -Wall