summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-01-24 02:00:23 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-10 19:19:34 -0500
commita1d979682caeac0c9a99ec213ae53a15a82a3682 (patch)
tree24a8e03b70d9014236d335f0462694d2a22e968f /ghc.mk
parent2a47ee9c65140ad5d72ff27949f3fc7948569d9e (diff)
downloadhaskell-a1d979682caeac0c9a99ec213ae53a15a82a3682.tar.gz
Bump Cabal submodule
Adapts GHC to the factoring-out of `Cabal-syntax`. Fixes #20991. Metric Decrease: haddock.Cabal
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index cf4ca7dcad..683a04d571 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -420,7 +420,7 @@ else # CLEANING
# programs such as GHC and ghc-pkg, that we do not assume the stage0
# compiler already has installed (or up-to-date enough).
# Note that these must be given in topological order.
-PACKAGES_STAGE0 = binary transformers mtl hpc ghc-boot-th ghc-boot template-haskell text parsec Cabal/Cabal ghc-heap exceptions ghci
+PACKAGES_STAGE0 = binary transformers mtl hpc ghc-boot-th ghc-boot template-haskell text parsec Cabal/Cabal-syntax Cabal/Cabal ghc-heap exceptions ghci
ifeq "$(Windows_Host)" "NO"
PACKAGES_STAGE0 += terminfo
endif
@@ -454,6 +454,7 @@ PACKAGES_STAGE1 += mtl
PACKAGES_STAGE1 += ghc-boot
PACKAGES_STAGE1 += text
PACKAGES_STAGE1 += parsec
+PACKAGES_STAGE1 += Cabal/Cabal-syntax
PACKAGES_STAGE1 += Cabal/Cabal
PACKAGES_STAGE1 += ghc-compact
PACKAGES_STAGE1 += ghc-heap