From 1da56b6bd175cbe7cca37626a0b8bffeb62c1945 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 2 Feb 2020 00:37:38 -0500 Subject: [PATCH] mailbox-count.cabal: add other-modules for the test suite. --- mailbox-count.cabal | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 0d995c1..0f14055 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -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, -- 2.43.2