Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
4b748a99
by Teo Camarasu at 2025-06-24T15:31:07-04:00
1 changed file:
Changes:
... | ... | @@ -12,9 +12,9 @@ |
12 | 12 | `pragSpecInlED`.
|
13 | 13 |
|
14 | 14 | * Remove the `Language.Haskell.TH.Lib.Internal` module. This module has long been deprecated, and exposes compiler internals.
|
15 | - Users should use `Language.Haskell.TH.Lib` instead, which exposes a stable version of this API.
|
|
15 | + Users should use `Language.Haskell.TH.Lib` instead, which exposes a more stable version of this API.
|
|
16 | 16 |
|
17 | - * 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.
|
|
17 | + * 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.
|
|
18 | 18 | |
19 | 19 | ## 2.23.0.0
|
20 | 20 |