summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodigrim <andrew.lelechenko@gmail.com>2021-12-04 17:45:46 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-12-09 04:26:35 -0500
commitaafa5079bd49a55f5c71664ddb95ffcb9d8ca102 (patch)
treef134f7da7c359e056e836d7dad2e1803e5fd0d89
parent4c6985cc91b9cf89b393f69c9a603e8df0aea9e0 (diff)
downloadhaskell-aafa5079bd49a55f5c71664ddb95ffcb9d8ca102.tar.gz
Bump bytestring submodule to 0.11.2.0
Both tests import `Data.ByteString`, so the change in allocations is more or less expected. Metric Increase: T19695 T9630
-rw-r--r--ghc.mk6
m---------libraries/bytestring0
2 files changed, 3 insertions, 3 deletions
diff --git a/ghc.mk b/ghc.mk
index 8e010a9c6f..961935f70d 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -431,6 +431,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
@@ -445,13 +448,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
diff --git a/libraries/bytestring b/libraries/bytestring
-Subproject 310cdb90c925c35f962df9c690bd35e20136da2
+Subproject e84481a06ae4b50984469a79f2c1af4b2f02029