summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-05-10 13:23:01 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-05-13 22:23:26 -0400
commit49af0e52e7f5cb123140682c7246be5ed46ba6a6 (patch)
tree2cf37bbbafcb182dbf96ffa50234a2ce8ff35ca0
parent5678f017a69dc758d0edabbdaad755bd5efef465 (diff)
downloadhaskell-49af0e52e7f5cb123140682c7246be5ed46ba6a6.tar.gz
Re-export augment and build from GHC.List
Resolves https://gitlab.haskell.org/ghc/ghc/-/issues/19127
-rw-r--r--libraries/base/GHC/List.hs3
-rw-r--r--libraries/base/changelog.md2
2 files changed, 5 insertions, 0 deletions
diff --git a/libraries/base/GHC/List.hs b/libraries/base/GHC/List.hs
index 6cb7412936..6523c40f73 100644
--- a/libraries/base/GHC/List.hs
+++ b/libraries/base/GHC/List.hs
@@ -38,6 +38,9 @@ module GHC.List (
zip, zip3, zipWith, zipWith3, unzip, unzip3,
errorEmptyList,
+ -- * GHC List fusion
+ augment, build,
+
) where
import Data.Maybe
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 1f6c5d4f8d..76c4731b01 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -50,6 +50,8 @@
`Debug.Trace`, per
[CLC #36](https://github.com/haskell/core-libraries-committee/issues/36).
+ * Re-export `augment` and `build` function from `GHC.List`
+
## 4.16.1.0 *Feb 2022*
* Shipped with GHC 9.2.2