diff options
author | Cheng Shao <astrohavoc@gmail.com> | 2021-12-14 14:31:46 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-12-15 16:33:54 -0500 |
commit | 6cea73113e63650e3eeee9c187ae3de7ffc19af6 (patch) | |
tree | 27c39919d61b1f4cd74c4a02b18c5bf95e81112d /libraries/base | |
parent | 89c1ffd6bcc6527d587d1188a43dda08d373bdb3 (diff) | |
download | haskell-6cea73113e63650e3eeee9c187ae3de7ffc19af6.tar.gz |
Add a note to base changelog
Diffstat (limited to 'libraries/base')
-rw-r--r-- | libraries/base/changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 0bf4dc1ab7..0a9915feff 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -35,6 +35,10 @@ * Fix the `Ord1` instance for `Data.Ord.Down` to reverse sort order. + * Any Haskell type that wraps a C pointer type has been changed from + `Ptr ()` to `CUIntPtr`. For typical glibc based platforms, the + affected type is `CTimer`. + ## 4.16.0.0 *Nov 2021* * The unary tuple type, `Solo`, is now exported by `Data.Tuple`. |