From: Michael Orlitzky Date: Mon, 4 Mar 2019 03:03:39 +0000 (-0500) Subject: hath.cabal: add other-modules for the tasty test suite. X-Git-Tag: 0.5.1~8 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=b281484173f7722e5969a45c63ee4fb08df3add6 hath.cabal: add other-modules for the tasty test suite. --- 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,