From dc207d06e9a42bfb531cc0d24271547557b1c488 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Sat, 9 Mar 2024 21:23:59 -0500 Subject: [PATCH] configure: Bump GHC version to 9.11 Bumps haddock submodule. --- configure.ac | 2 +- utils/haddock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7829cec675ab..d788498eb0a4 100644 --- a/configure.ac +++ b/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.10.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.11], [glasgow-haskell-bugs@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 diff --git a/utils/haddock b/utils/haddock index 243fefaa40dd..504d4c1842db 160000 --- a/utils/haddock +++ b/utils/haddock @@ -1 +1 @@ -Subproject commit 243fefaa40ddcc7c657a95e92f30cb79ec4ecb45 +Subproject commit 504d4c1842db93704b4c5e158ecc3af7050ba9fe -- GitLab