X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=c72c633e4ea14c6fd09249747058e4454e28517f;hb=b281484173f7722e5969a45c63ee4fb08df3add6;hp=bb1a2e88407cd3fd1a04651838315324b1248384;hpb=400dfd7cb509eae025a919fe5cb6d064ba0d20c9;p=hath.git diff --git a/hath.cabal b/hath.cabal index bb1a2e8..c72c633 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,5 +1,5 @@ name: hath -version: 0.4.1 +version: 0.4.2 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -103,6 +103,7 @@ executable hath Maskable Maskbits Octet + Paths_hath build-depends: base >= 4.9 && < 5, @@ -130,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,