X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=hath.cabal;h=6e9d036995667652a33e52f81b05d63cb11a3225;hp=70673eeed37b90f02f201cea74ae63906b1a28e7;hb=a1a1484ae97e3543496c32f326ac0952ac7f7103;hpb=e47e94c4121f7b1669df1a97fbaf8e8c434c256d diff --git a/hath.cabal b/hath.cabal index 70673ee..6e9d036 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 @@ -105,7 +105,7 @@ executable hath Octet build-depends: - base == 4.*, + base >= 4.9 && < 5, cmdargs >= 0.10, split >= 0.2, tasty >= 0.8, @@ -163,7 +163,6 @@ test-suite shelltests build-depends: base == 4.*, cmdargs >= 0.10, - MissingH >= 1.2, process >= 1.1, split >= 0.2, tasty >= 0.8,