[Git][ghc/ghc][master] base: Move changelog entry to its place

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Tue Feb 14 16:30:09 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
11de324a by Li-yao Xia at 2023-02-14T11:29:49-05:00
base: Move changelog entry to its place

- - - - -


1 changed file:

- libraries/base/changelog.md


Changes:

=====================================
libraries/base/changelog.md
=====================================
@@ -146,6 +146,10 @@
     `Word64#` and `Int64#`, respectively. Previously on 32-bit platforms these
     were rather represented by `Word#` and `Int#`. See GHC #11953.
 
+  * Add `GHC.TypeError` module to contain functionality related to custom type
+    errors. `TypeError` is re-exported from `GHC.TypeLits` for backwards
+    compatibility.
+
 ## 4.16.3.0 *May 2022*
 
   * Shipped with GHC 9.2.4
@@ -223,10 +227,6 @@
   * `fromInteger :: Integer -> Float/Double` now consistently round to the
     nearest value, with ties to even.
 
-  * Add `GHC.TypeError` module to contain functionality related to custom type
-    errors. `TypeError` is re-exported from `GHC.TypeLits` for backwards
-    compatibility.
-
   * Comparison constraints in `Data.Type.Ord` (e.g. `<=`) now use the new
     `GHC.TypeError.Assert` type family instead of type equality with `~`.
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/11de324aae17794c8753a8f7cb50c4140785fe27

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/11de324aae17794c8753a8f7cb50c4140785fe27
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/20230214/6d46d3db/attachment-0001.html>


More information about the ghc-commits mailing list