From: Michael Orlitzky Date: Wed, 24 Aug 2022 02:01:43 +0000 (-0400) Subject: list-remote-forwards.cabal: add other-modules for the test suite. X-Git-Tag: 0.0.2~22 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=commitdiff_plain;h=436901e745123ed63bcedfff2bc0e4bc6bb92827 list-remote-forwards.cabal: add other-modules for the test suite. --- diff --git a/list-remote-forwards.cabal b/list-remote-forwards.cabal index 07feb88..5613d94 100644 --- a/list-remote-forwards.cabal +++ b/list-remote-forwards.cabal @@ -181,6 +181,16 @@ test-suite testsuite type: exitcode-stdio-1.0 hs-source-dirs: src test main-is: TestSuite.hs + + other-modules: + Configuration + DNS + Forward + MxList + OptionalConfiguration + Paths_list_remote_forwards + Report + build-depends: base >= 4.6 && < 5, bytestring >= 0.10,