From b31959221dcf3410f4cc3b7710478e9eaf9ea783 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 23 Mar 2023 12:47:15 -0400 Subject: ghc-prim: Generalize keepAlive#/touch# in state token type Closes #23163. --- libraries/ghc-prim/changelog.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libraries') 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#` -- cgit v1.2.1