summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-12 21:03:57 -0500
committerBen Gamari <ben@smart-cactus.org>2022-02-15 20:47:01 -0500
commitc111a910ca9d490c4f5a21bce78cc0bd7b4698fd (patch)
tree7acc11f1f08b82a824c7ddc200cb0508c56928eb
parentf1b4468e1d77492ec02b0a3ba96f39bc1d8ac7d9 (diff)
downloadhaskell-c111a910ca9d490c4f5a21bce78cc0bd7b4698fd.tar.gz
Update base changelog
-rw-r--r--libraries/base/changelog.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 8696773122..58c2d9e423 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -1,6 +1,8 @@
# Changelog for [`base` package](http://hackage.haskell.org/package/base)
-## 4.16.1.0 *TBA*
+## 4.16.1.0 *Feb 2022*
+
+ * Shipped with GHC 9.2.2
* The following Foreign C types now have an instance of `Ix`:
CChar, CSChar, CUChar, CShort, CUShort, CInt, CUInt, CLong, CULong,