diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-01-24 02:00:23 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-10 19:19:34 -0500 |
commit | a1d979682caeac0c9a99ec213ae53a15a82a3682 (patch) | |
tree | 24a8e03b70d9014236d335f0462694d2a22e968f /ghc.mk | |
parent | 2a47ee9c65140ad5d72ff27949f3fc7948569d9e (diff) | |
download | haskell-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.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |