From c9590ba0703d65ecb9d71ac8390c1ae1144bd9d0 Mon Sep 17 00:00:00 2001
From: Teo Camarasu <teofilcamarasu@gmail.com>
Date: Sat, 5 Oct 2024 11:28:52 +0100
Subject: [PATCH] Add changelog entries for !12479
---
libraries/base/changelog.md | 1 +
libraries/template-haskell/changelog.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index dff758d8adf..86342a4005a 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -34,6 +34,7 @@
the context since it will be redundant. These functions are mostly useful
for libraries that define exception-handling combinators like `catch` and
`onException`, such as `base`, or the `exceptions` package.
+ * Move `Lift ByteArray` and `Lift Fixed` instances into `base` from `template-haskell`. See [CLC proposal #287](https://github.com/haskell/core-libraries-committee/issues/287).
## 4.20.0.0 May 2024
* Shipped with GHC 9.10.1
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index cb6c559b9f4..18c9f30aedf 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -4,6 +4,7 @@
* Extend `Exp` with `ForallE`, `ForallVisE`, `ConstraintedE`,
introduce functions `forallE`, `forallVisE`, `constraintedE` (GHC Proposal #281).
+ * `template-haskell` is no longer wired-in. All wired-in identifiers have been moved to `ghc-internal`.
## 2.22.1.0
--
GitLab