From: Michael Orlitzky Date: Mon, 4 Mar 2019 03:05:41 +0000 (-0500) Subject: hath.cabal: drop superfluous build-depends for the shelltest suite. X-Git-Tag: 0.5.1~7 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=d513b85badf3095b45c92e98145f939ed0dfdc54 hath.cabal: drop superfluous build-depends for the shelltest suite. --- diff --git a/hath.cabal b/hath.cabal index c72c633..f743830 100644 --- a/hath.cabal +++ b/hath.cabal @@ -171,12 +171,7 @@ test-suite shelltests build-depends: base == 4.*, - cmdargs >= 0.10, - 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: