X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=f7438304aa266503e5853103f45079fa0fae6ed4;hb=d513b85badf3095b45c92e98145f939ed0dfdc54;hp=d6fd50a39976ec95697f15b65af862fdb08415e3;hpb=3c00928628618133d4ba3fd172b7e7bb0363913c;p=hath.git diff --git a/hath.cabal b/hath.cabal index d6fd50a..f743830 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, @@ -131,10 +131,17 @@ 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, - MissingH >= 1.2, split >= 0.2, tasty >= 0.8, tasty-hunit >= 0.8, @@ -164,13 +171,7 @@ test-suite shelltests build-depends: base == 4.*, - cmdargs >= 0.10, - MissingH >= 1.2, - process >= 1.1, - split >= 0.2, - tasty >= 0.8, - tasty-hunit >= 0.8, - tasty-quickcheck >= 0.8.1 + process >= 1.1 -- It's not entirely clear to me why I have to reproduce all of this. ghc-options: