summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-03-23 12:47:15 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-05-10 05:06:45 -0400
commitb31959221dcf3410f4cc3b7710478e9eaf9ea783 (patch)
tree3209ef951b92d170b4d82767a61702232273af31 /libraries
parent7788c09c787fce817cf5a44c34ba538a39388c1c (diff)
downloadhaskell-b31959221dcf3410f4cc3b7710478e9eaf9ea783.tar.gz
ghc-prim: Generalize keepAlive#/touch# in state token type
Closes #23163.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/ghc-prim/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/ghc-prim/changelog.md b/libraries/ghc-prim/changelog.md
index 221325c029..1cf411c029 100644
--- a/libraries/ghc-prim/changelog.md
+++ b/libraries/ghc-prim/changelog.md
@@ -14,6 +14,8 @@
- `sameMutVar#`, `sameTVar#`, `sameMVar#`
- `sameIOPort#`, `eqStableName#`.
+- `keepAlive#` and `touch#` are now polymorphic in their state token (#23163; [CLC#152](https://github.com/haskell/core-libraries-committee/issues/152))
+
- Several new primops were added:
- `copyMutableByteArrayNonOverlapping#`