X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hath.cabal;h=bb3899f6f632e48828a7646f192fd3882c7668e2;hb=e5fbb86fba692fea530e102a6991d1ee4913e75f;hp=2fd9e6cd3a29db5eb6671d0947e1f822a1e05ecf;hpb=2d66d8ee12b0a6ba5fef20f5dc127afd41ffe36b;p=hath.git diff --git a/hath.cabal b/hath.cabal index 2fd9e6c..bb3899f 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,5 +1,5 @@ name: hath -version: 0.4.0 +version: 0.4.2 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -103,9 +103,10 @@ executable hath Maskable Maskbits Octet + Paths_hath build-depends: - base == 4.*, + base >= 4.9 && < 5, cmdargs >= 0.10, split >= 0.2, tasty >= 0.8, @@ -163,7 +164,6 @@ test-suite shelltests build-depends: base == 4.*, cmdargs >= 0.10, - MissingH >= 1.2, process >= 1.1, split >= 0.2, tasty >= 0.8,