From: Michael Orlitzky Date: Thu, 20 Apr 2017 22:55:51 +0000 (-0400) Subject: Remove MissingH from the shelltest dependencies and bump to v0.4.1. X-Git-Tag: 0.4.1 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=refs%2Ftags%2F0.4.1 Remove MissingH from the shelltest dependencies and bump to v0.4.1. --- diff --git a/hath.cabal b/hath.cabal index 2fd9e6c..b32d870 100644 --- a/hath.cabal +++ b/hath.cabal @@ -1,5 +1,5 @@ name: hath -version: 0.4.0 +version: 0.4.1 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -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,