summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-09-13 16:20:26 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-09-17 09:41:55 -0400
commit4a7f8d5fab78dfcab5efa2ce9c9a62613db0ca0b (patch)
tree6da3d98d4b05d0b776742f340bd30b0f2c3eb74d
parenta6529ffdec9d1082308fe96a2cbd9c53f597bfb6 (diff)
downloadhaskell-4a7f8d5fab78dfcab5efa2ce9c9a62613db0ca0b.tar.gz
Remove Cabal dependency from check-exact and check-ppr executables
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