[Git][ghc/ghc][wip/release-9.8.1] 3 commits: Bump haddock submodule to 2.30
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Sat Oct 7 02:32:49 UTC 2023
Ben Gamari pushed to branch wip/release-9.8.1 at Glasgow Haskell Compiler / GHC
Commits:
bda60b3a by Ben Gamari at 2023-10-06T21:45:17-04:00
Bump haddock submodule to 2.30
- - - - -
b2d15ab1 by Ben Gamari at 2023-10-06T21:45:48-04:00
hadrian: Fix hpc parser path
- - - - -
443e870d by Ben Gamari at 2023-10-06T21:45:48-04:00
Release GHC 9.8.1
- - - - -
3 changed files:
- configure.ac
- hadrian/src/Rules/SourceDist.hs
- 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.8.0], [glasgow-haskell-bugs at haskell.org], [ghc-AC_PACKAGE_VERSION])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.8.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.8.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
=====================================
hadrian/src/Rules/SourceDist.hs
=====================================
@@ -184,7 +184,7 @@ prepareTree dest = do
, (stage0InTree , compiler, "GHC/Parser.y", "GHC/Parser.hs")
, (stage0InTree , compiler, "GHC/Parser/Lexer.x", "GHC/Parser/Lexer.hs")
, (stage0InTree , compiler, "GHC/Parser/HaddockLex.x", "GHC/Parser/HaddockLex.hs")
- , (stage0InTree , hpcBin, "src/HpcParser.y", "src/HpcParser.hs")
+ , (stage0InTree , hpcBin, "src/Trace/Hpc/Parser.y", "src/Trace/Hpc/Parser.hs")
, (stage0InTree , genprimopcode, "Parser.y", "Parser.hs")
, (stage0InTree , genprimopcode, "Lexer.x", "Lexer.hs")
]
=====================================
utils/haddock
=====================================
@@ -1 +1 @@
-Subproject commit fd959b46d61b8cf8afb1bb8a46bb9b5d44a509b3
+Subproject commit 994989ed3d535177e57b778629726aeabe8c7602
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/8f864a5d81ed951fa2e83b6b761e639400b3c439...443e870d977b1ab6fc05f47a9a17bc49296adbd6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/8f864a5d81ed951fa2e83b6b761e639400b3c439...443e870d977b1ab6fc05f47a9a17bc49296adbd6
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/20231006/81085a90/attachment-0001.html>
More information about the ghc-commits
mailing list