diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-04-19 12:02:57 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-28 18:57:49 -0400 |
commit | ca1434e318872a2a3e4fab530423d2fc99254709 (patch) | |
tree | be01166898798b38cdc399a694720e6ce2d38ab1 /configure.ac | |
parent | 43bd897dd9fc41265ad5d5ce3eb6cf09b9224f90 (diff) | |
download | haskell-ca1434e318872a2a3e4fab530423d2fc99254709.tar.gz |
configure: Bump GHC version to 9.5
Bumps haddock submodule.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 65d949988f..f0d3160d1f 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.3], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.5], [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 |