From: Michael Orlitzky Date: Mon, 4 Mar 2019 03:02:23 +0000 (-0500) Subject: haeredes.cabal: drop superfluous build-depends for the shelltest suite. X-Git-Tag: 0.5.2~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=2dd49227efae7fa0de2045b4dae36bbe30c3d65d haeredes.cabal: drop superfluous build-depends for the shelltest suite. --- diff --git a/haeredes.cabal b/haeredes.cabal index 5ea4ad0..fac5582 100644 --- a/haeredes.cabal +++ b/haeredes.cabal @@ -130,11 +130,6 @@ test-suite shelltests build-depends: base == 4.*, - bytestring >= 0.10, - cmdargs >= 0.10, - dns >= 1.4, - iproute >= 1.2, - parallel-io >= 0.3, process >= 1.1 -- It's not entirely clear to me why I have to reproduce all of this.