From: Michael Orlitzky Date: Fri, 8 Mar 2019 21:29:09 +0000 (-0500) Subject: email-validator.cabal: add missing other-modules. X-Git-Tag: 1.0.0~11 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=email-validator.git;a=commitdiff_plain;h=a5ec0be3b3907e1ad24e9d6ec31e2a4184e11545 email-validator.cabal: add missing other-modules. --- diff --git a/email-validator.cabal b/email-validator.cabal index ea8347a..46aca51 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 @@ -99,6 +100,7 @@ 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 +114,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