summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-10-26 23:55:53 -0400
committerBen Gamari <ben@smart-cactus.org>2021-10-27 01:23:52 -0400
commita1311c40cb6d932ca48e818c0a07fe6adc1e31e7 (patch)
tree1ec529be137b8edff64a1d5f2e8b7aa40892c0bb
parent1dfd908d03686c2cf35f4b21485cc1d19ef4e808 (diff)
downloadhaskell-a1311c40cb6d932ca48e818c0a07fe6adc1e31e7.tar.gz
Final changelog fixes
-rw-r--r--libraries/base/changelog.md2
-rw-r--r--libraries/ghc-prim/changelog.md6
2 files changed, 6 insertions, 2 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 3d8b208700..03a8f93c22 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -2,6 +2,8 @@
\
## 4.16.0.0 *Nov 2021*
+ * Shipped with GHC 9.2.1
+
* The unary tuple type, `Solo`, is now exported by `Data.Tuple`.
* Add a `Typeable` constraint to `fromStaticPtr` in the class `GHC.StaticPtr.IsStatic`.
diff --git a/libraries/ghc-prim/changelog.md b/libraries/ghc-prim/changelog.md
index 6c7723068f..be6478ec86 100644
--- a/libraries/ghc-prim/changelog.md
+++ b/libraries/ghc-prim/changelog.md
@@ -1,4 +1,6 @@
-## 0.8.0 (edit as necessary)
+## 0.8.0
+
+- Shipped with GHC 9.2.1
- Change array access primops to use type with size maxing the element size:
@@ -16,7 +18,7 @@
- `extend{Int,Word}<N>#` -> `extend<N>To{Int,Word}#`
- `narrow{Int,Word}<N>#` -> `intTo{Int,Word}<N>#`
-## 0.7.0 (edit as necessary)
+## 0.7.0
- Shipped with GHC 9.0.1