summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-09-13 16:20:26 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2021-09-13 16:21:52 +0100
commit5972649033b6fb0d6daf68e0e336be9ca34c2642 (patch)
tree4af5949a11e50006e55e82e66da3e188cd3f3962
parent2d15175266d0e0d9ca6565124b0c17e207b5541c (diff)
downloadhaskell-wip/remove-useless-deps.tar.gz
Remove Cabal dependency from check-exact and check-ppr executableswip/remove-useless-deps
Neither uses anything from Cabal, so the dependency can just be removed.
-rw-r--r--utils/check-exact/check-exact.cabal1
-rw-r--r--utils/check-ppr/check-ppr.cabal1
2 files changed, 0 insertions, 2 deletions
diff --git a/utils/check-exact/check-exact.cabal b/utils/check-exact/check-exact.cabal
index 40188c094f..834a2bc35e 100644
--- a/utils/check-exact/check-exact.cabal
+++ b/utils/check-exact/check-exact.cabal
@@ -30,7 +30,6 @@ Executable check-exact
Build-Depends: base >= 4 && < 5,
bytestring,
containers,
- Cabal >= 3.2 && < 3.6,
directory,
filepath,
ghc,
diff --git a/utils/check-ppr/check-ppr.cabal b/utils/check-ppr/check-ppr.cabal
index c9ff366786..d0a56b1950 100644
--- a/utils/check-ppr/check-ppr.cabal
+++ b/utils/check-ppr/check-ppr.cabal
@@ -25,7 +25,6 @@ Executable check-ppr
Build-Depends: base >= 4 && < 5,
bytestring,
containers,
- Cabal >= 3.2 && < 3.6,
directory,
filepath,
ghc