]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - haeredes.cabal
haeredes.cabal: drop superfluous build-depends for the shelltest suite.
[haeredes.git] / haeredes.cabal
index 5ea4ad0c637ed52c45514c1634ecf0ba6f4f9041..fac5582d2131c6fc5accccd07307e1141ceafe83 100644 (file)
@@ -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.