From d513b85badf3095b45c92e98145f939ed0dfdc54 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 3 Mar 2019 22:05:41 -0500 Subject: [PATCH] hath.cabal: drop superfluous build-depends for the shelltest suite. --- hath.cabal | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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: -- 2.43.2