]> gitweb.michael.orlitzky.com - mailbox-count.git/commitdiff
mailbox-count.cabal: add other-modules for the test suite.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 05:37:38 +0000 (00:37 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 05:37:38 +0000 (00:37 -0500)
mailbox-count.cabal

index 0d995c1153c2a2326f68a9f6ebefd121b78a1889..0f14055e24b054b973bed0fd64261a5d08a79609 100644 (file)
@@ -188,6 +188,17 @@ test-suite testsuite
   type: exitcode-stdio-1.0
   hs-source-dirs: src test
   main-is: TestSuite.hs
+
+  other-modules:
+    Configuration
+    OptionalConfiguration
+    -- WARNING: the Paths_mailbox_count module is automatically generated by
+    -- Cabal itself. We don't want it included in the release tarballs,
+    -- since we typically want the paths that the user has configured.
+    -- Nevertheless, Cabal will complain if we don't include it here.
+    Paths_mailbox_count
+    Report
+
   build-depends:
     base                        >= 4.8 && < 5,
     cmdargs                     >= 0.10,