X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=c72c633e4ea14c6fd09249747058e4454e28517f;hb=b281484173f7722e5969a45c63ee4fb08df3add6;hp=88b8f29dc73e7585bf8e0d72ca63f866a0f8d600;hpb=17e2b6bff32afdcc65e784b30ec8315ae29bc8a4;p=hath.git diff --git a/hath.cabal b/hath.cabal index 88b8f29..c72c633 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,5 +1,5 @@ name: hath -version: 0.3.1 +version: 0.4.2 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -103,11 +103,11 @@ executable hath Maskable Maskbits Octet + Paths_hath build-depends: - base == 4.*, + base >= 4.9 && < 5, cmdargs >= 0.10, - MissingH >= 1.2, split >= 0.2, tasty >= 0.8, tasty-hunit >= 0.8, @@ -125,21 +125,23 @@ executable hath -optc-march=native -O2 - ghc-prof-options: - -prof - -auto-all - -caf-all - test-suite testsuite type: exitcode-stdio-1.0 hs-source-dirs: src test main-is: TestSuite.hs + other-modules: + Bit + Cidr + IPv4Address + Maskable + Maskbits + Octet + build-depends: base == 4.*, cmdargs >= 0.10, - MissingH >= 1.2, split >= 0.2, tasty >= 0.8, tasty-hunit >= 0.8, @@ -170,7 +172,6 @@ test-suite shelltests build-depends: base == 4.*, cmdargs >= 0.10, - MissingH >= 1.2, process >= 1.1, split >= 0.2, tasty >= 0.8,