[Git][ghc/ghc][wip/backports-9.8] 3 commits: Bump nofib submodule

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Wed Sep 20 05:01:47 UTC 2023



Ben Gamari pushed to branch wip/backports-9.8 at Glasgow Haskell Compiler / GHC


Commits:
64117f09 by Ben Gamari at 2023-09-20T00:48:42-04:00
Bump nofib submodule

- - - - -
d4ba2388 by Ben Gamari at 2023-09-20T01:00:07-04:00
base: Update changelog

- - - - -
e4bd365c by Ben Gamari at 2023-09-20T01:00:44-04:00
template-haskell: Update changelog

- - - - -


3 changed files:

- libraries/base/changelog.md
- libraries/template-haskell/changelog.md
- nofib


Changes:

=====================================
libraries/base/changelog.md
=====================================
@@ -1,6 +1,8 @@
 # Changelog for [`base` package](http://hackage.haskell.org/package/base)
 
-## 4.19.0.0 *TBA*
+## 4.19.0.0 *October 2023*
+
+  * Shipped with GHC 9.8.1
   * Add `{-# WARNING in "x-partial" #-}` to `Data.List.{head,tail}`.
     Use `{-# OPTIONS_GHC -Wno-x-partial #-}` to disable it.
     ([CLC proposal #87](https://github.com/haskell/core-libraries-committee/issues/87) and [#114](https://github.com/haskell/core-libraries-committee/issues/114))
@@ -41,6 +43,7 @@
   * Add rewrite rules for conversion between Int64/Word64 and Float/Double on 64-bit architectures ([CLC proposal #203](https://github.com/haskell/core-libraries-committee/issues/203)).
 
 ## 4.18.0.0 *March 2023*
+
   * Shipped with GHC 9.6.1
   * `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))


=====================================
libraries/template-haskell/changelog.md
=====================================
@@ -2,6 +2,8 @@
 
 ## 2.21.0.0
 
+  * Shipped with GHC 9.8.1
+
   * Record fields now belong to separate `NameSpace`s, keyed by the parent of
     the record field. This is the name of the first constructor of the parent type,
     even if this constructor does not have the field in question.  


=====================================
nofib
=====================================
@@ -1 +1 @@
-Subproject commit 2cee92861c43ac74154bbd155a83f9f4ad0b9f2f
+Subproject commit 274cc3f7479431e3a52c78840b3daee887e0414f



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/5efbdf7f47edfbafc95e0fc86dfbcce25bb00e53...e4bd365cf3058803d8f40c74ce2ceed18a89a8c7

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/5efbdf7f47edfbafc95e0fc86dfbcce25bb00e53...e4bd365cf3058803d8f40c74ce2ceed18a89a8c7
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/20230920/19a3ecb4/attachment-0001.html>


More information about the ghc-commits mailing list