summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-24 18:02:47 -0500
committerBen Gamari <ben@smart-cactus.org>2022-03-03 16:07:13 -0500
commit99b1758cde29e8cb1fe78b5a115b4811a893e7b4 (patch)
tree6e81946e9359d018edacd77bb98c76eccd3dd4f1 /ghc.mk
parentdc8ed73d39a6e2fb52c7b53c6cc927616c8f9234 (diff)
downloadhaskell-99b1758cde29e8cb1fe78b5a115b4811a893e7b4.tar.gz
bytestring: Bump to 0.11.3.0wip/bump-bytestring-9.2
See #20781. Metric increase due to new bytestring dependency on template-haskell which causes more interface files to be read (due to family instances). ------------------------- Metric Increase: T9630 -------------------------
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc.mk b/ghc.mk
index 9ab9e50d9b..81f2caacd0 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -430,6 +430,9 @@ PACKAGES_STAGE1 += base
PACKAGES_STAGE1 += filepath
PACKAGES_STAGE1 += array
PACKAGES_STAGE1 += deepseq
+PACKAGES_STAGE1 += pretty
+PACKAGES_STAGE1 += ghc-boot-th
+PACKAGES_STAGE1 += template-haskell
PACKAGES_STAGE1 += bytestring
PACKAGES_STAGE1 += containers/containers
@@ -444,13 +447,10 @@ endif
PACKAGES_STAGE1 += directory
PACKAGES_STAGE1 += process
PACKAGES_STAGE1 += hpc
-PACKAGES_STAGE1 += pretty
PACKAGES_STAGE1 += binary
PACKAGES_STAGE1 += transformers
PACKAGES_STAGE1 += mtl
-PACKAGES_STAGE1 += ghc-boot-th
PACKAGES_STAGE1 += ghc-boot
-PACKAGES_STAGE1 += template-haskell
PACKAGES_STAGE1 += text
PACKAGES_STAGE1 += parsec
PACKAGES_STAGE1 += Cabal/Cabal