From b281484173f7722e5969a45c63ee4fb08df3add6 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 3 Mar 2019 22:03:39 -0500 Subject: [PATCH] hath.cabal: add other-modules for the tasty test suite. --- hath.cabal | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hath.cabal b/hath.cabal index bb3899f..c72c633 100644 --- a/hath.cabal +++ b/hath.cabal @@ -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, -- 2.43.2