[Git][ghc/ghc][wip/9.4.8-backports] Prepare release 9.4.8

Zubin (@wz1000) gitlab at gitlab.haskell.org
Mon Nov 6 11:59:20 UTC 2023



Zubin pushed to branch wip/9.4.8-backports at Glasgow Haskell Compiler / GHC


Commits:
3f8c8f9f by Zubin Duggal at 2023-11-06T17:29:10+05:30
Prepare release 9.4.8

- - - - -


5 changed files:

- configure.ac
- docs/users_guide/9.4.7-notes.rst
- docs/users_guide/release-notes.rst
- libraries/base/base.cabal
- libraries/base/changelog.md


Changes:

=====================================
configure.ac
=====================================
@@ -13,7 +13,7 @@ dnl
 # see what flags are available. (Better yet, read the documentation!)
 #
 
-AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.4.7], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.4.8], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
     # Version on master must be X.Y (not X.Y.Z) for ProjectVersionMunged variable
     # to be useful (cf #19058). However, the version must have three components
     # (X.Y.Z) on stable branches (e.g. ghc-9.2) to ensure that pre-releases are


=====================================
docs/users_guide/9.4.7-notes.rst
=====================================
@@ -1,4 +1,4 @@
-.. _release-9-4-6:
+.. _release-9-4-7:
 
 Version 9.4.7
 ==============


=====================================
docs/users_guide/release-notes.rst
=====================================
@@ -4,6 +4,7 @@ Release notes
 .. toctree::
    :maxdepth: 1
 
+   9.4.8-notes
    9.4.7-notes
    9.4.6-notes
    9.4.5-notes


=====================================
libraries/base/base.cabal
=====================================
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 name:           base
-version:        4.17.2.0
+version:        4.17.2.1
 -- NOTE: Don't forget to update ./changelog.md
 
 license:        BSD-3-Clause


=====================================
libraries/base/changelog.md
=====================================
@@ -1,5 +1,11 @@
 # Changelog for [`base` package](http://hackage.haskell.org/package/base)
 
+## 4.17.2.1 *November 2023*
+
+   * Add missing int64/word64-to-double/float rules ([CLC Proposal #203](https://github.com/haskell/core-libraries-committee/issues/203))
+
+   * Improve String & IsString documentation.
+
 ## 4.17.2.0 *August 2023*
 
    * Restore `mingwex` dependency on Windows (#23309).



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3f8c8f9fb92d111ef3ebd9c0d6f9028d969f2789

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3f8c8f9fb92d111ef3ebd9c0d6f9028d969f2789
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/20231106/7e071227/attachment-0001.html>


More information about the ghc-commits mailing list