[Git][ghc/ghc][master] template-haskell: improve changelog

Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 4b748a99 by Teo Camarasu at 2025-06-24T15:31:07-04:00 template-haskell: improve changelog stable -> more stable, just to clarify that this interface isn't fully stable. errornously -> mistakenly: I typod this and also let's go for a simpler word - - - - - 1 changed file: - libraries/template-haskell/changelog.md Changes: ===================================== libraries/template-haskell/changelog.md ===================================== @@ -12,9 +12,9 @@ `pragSpecInlED`. * Remove the `Language.Haskell.TH.Lib.Internal` module. This module has long been deprecated, and exposes compiler internals. - Users should use `Language.Haskell.TH.Lib` instead, which exposes a stable version of this API. + Users should use `Language.Haskell.TH.Lib` instead, which exposes a more stable version of this API. - * Remove `addrToByteArrayName` and `addrToByteArray` from `Language.Haskell.TH.Syntax`. These were part of the implementation of the `Lift ByteArray` instance and were errornously exported because this module lacked an explicit export list. They have no usages on Hackage. + * Remove `addrToByteArrayName` and `addrToByteArray` from `Language.Haskell.TH.Syntax`. These were part of the implementation of the `Lift ByteArray` instance and were accidentally exported because this module lacked an explicit export list. They have no usages on Hackage. ## 2.23.0.0 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4b748a9915835e00910c70300599ed61... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4b748a9915835e00910c70300599ed61... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)