[Git][ghc/ghc][wip/backports-9.6] 2 commits: Bump haddock submodule to 2.28

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Fri Mar 10 07:34:40 UTC 2023



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


Commits:
87ab8e35 by Ben Gamari at 2023-03-10T02:34:36-05:00
Bump haddock submodule to 2.28

- - - - -
1f5bce0d by Ben Gamari at 2023-03-10T02:34:36-05:00
Set RELEASE=YES

- - - - -


2 changed files:

- configure.ac
- utils/haddock


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.6.0], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.6.1], [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
@@ -22,7 +22,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.6.0], [glasgow-has
 AC_CONFIG_MACRO_DIRS([m4])
 
 # Set this to YES for a released version, otherwise NO
-: ${RELEASE=NO}
+: ${RELEASE=YES}
 
 # The primary version (e.g. 7.5, 7.4.1) is set in the AC_INIT line
 # above.  If this is not a released version, then we will append the


=====================================
utils/haddock
=====================================
@@ -1 +1 @@
-Subproject commit 37e3c3683ac70735ab211f59210c9abea8ae2c69
+Subproject commit 9696d0daddea2f6850ee8b0f461bb642bca4e8f5



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/825a81e5472382336c29228947718b1d40c8c6d9...1f5bce0db8821f0dadd7ef360b0654933c3dcf1e

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/825a81e5472382336c29228947718b1d40c8c6d9...1f5bce0db8821f0dadd7ef360b0654933c3dcf1e
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/20230310/f94eacb8/attachment-0001.html>


More information about the ghc-commits mailing list