[Git][ghc/ghc][wip/T22883] base: Note move of GHC.Stack.CCS.whereFrom to GHC.InfoProv in changelog
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Sun Feb 5 23:52:11 UTC 2023
Ben Gamari pushed to branch wip/T22883 at Glasgow Haskell Compiler / GHC
Commits:
3051718c by Ben Gamari at 2023-02-05T18:52:06-05:00
base: Note move of GHC.Stack.CCS.whereFrom to GHC.InfoProv in changelog
Fixes #22883.
- - - - -
1 changed file:
- libraries/base/changelog.md
Changes:
=====================================
libraries/base/changelog.md
=====================================
@@ -1,6 +1,7 @@
# Changelog for [`base` package](http://hackage.haskell.org/package/base)
## 4.18.0.0 *TBA*
+
* `Foreign.C.ConstPtr.ConstrPtr` was added to encode `const`-qualified
pointer types in foreign declarations when using `CApiFFI` extension. ([CLC proposal #117](https://github.com/haskell/core-libraries-committee/issues/117))
* Add `forall a. Functor (p a)` superclass for `Bifunctor p` ([CLC proposal #91](https://github.com/haskell/core-libraries-committee/issues/91))
@@ -66,6 +67,13 @@
* Add `Data.List.!?` ([CLC proposal #110](https://github.com/haskell/core-libraries-committee/issues/110))
* `maximumBy`/`minimumBy` are now marked as `INLINE` improving performance for unpackable
types significantly.
+ * Various declarations GHC's new info-table provenance feature have been
+ moved from `GHC.Stack.CCS` to a new `GHC.InfoProv` module:
+ * The `InfoProv`, along its `ipName`, `ipDesc`, `ipTyDesc`, `ipLabel`,
+ `ipMod`, and `ipLoc` fields, have been moved.
+ * `InfoProv` now has additional `ipSrcFile` and `ipSrcSpan` fields. `ipLoc`
+ is now a function computed from these fields.
+ * The `whereFrom` function has been moved
## 4.17.0.0 *August 2022*
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3051718c12849c96d049aec2a5b06e237f38aa35
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3051718c12849c96d049aec2a5b06e237f38aa35
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230205/724ff7e4/attachment-0001.html>
More information about the ghc-commits
mailing list