]> gitweb.michael.orlitzky.com - hath.git/commitdiff
hath.cabal: add other-modules for the tasty test suite.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 4 Mar 2019 03:03:39 +0000 (22:03 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 4 Mar 2019 03:03:39 +0000 (22:03 -0500)
hath.cabal

index bb3899f6f632e48828a7646f192fd3882c7668e2..c72c633e4ea14c6fd09249747058e4454e28517f 100644 (file)
@@ -131,6 +131,14 @@ test-suite testsuite
   hs-source-dirs: src test
   main-is: TestSuite.hs
 
+  other-modules:
+    Bit
+    Cidr
+    IPv4Address
+    Maskable
+    Maskbits
+    Octet
+
   build-depends:
     base                        == 4.*,
     cmdargs                     >= 0.10,