[Git][ghc/ghc][wip/backports-9.4] Deleted 1 commit: make: Add containers as a stage0 package
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Thu Aug 18 20:28:17 UTC 2022
Ben Gamari pushed to branch wip/backports-9.4 at Glasgow Haskell Compiler / GHC
WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.
Deleted commits:
3e2f7cdf by Ben Gamari at 2022-08-18T16:06:45-04:00
make: Add containers as a stage0 package
Closes #21981.
- - - - -
1 changed file:
- ghc.mk
Changes:
=====================================
ghc.mk
=====================================
@@ -426,7 +426,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-syntax Cabal/Cabal ghc-heap exceptions ghci
+PACKAGES_STAGE0 = containers/containers 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
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3e2f7cdf04b82eda494731751d032b00dbb57280
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3e2f7cdf04b82eda494731751d032b00dbb57280
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220818/25fe758e/attachment.html>
More information about the ghc-commits
mailing list