From 436901e745123ed63bcedfff2bc0e4bc6bb92827 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 23 Aug 2022 22:01:43 -0400 Subject: [PATCH] list-remote-forwards.cabal: add other-modules for the test suite. --- list-remote-forwards.cabal | 10 ++++++++++ 1 file changed, 10 insertions(+) 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, -- 2.43.2