]> gitweb.michael.orlitzky.com - email-validator.git/commitdiff
email-validator.cabal: add missing other-modules.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2019 21:29:09 +0000 (16:29 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2019 21:29:09 +0000 (16:29 -0500)
email-validator.cabal

index ea8347ac9d7caccbcb595ca03de61b3912aa6537..46aca519b76ba71fb97bca14590f6a8b1ddb99a8 100644 (file)
@@ -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