[Git][ghc/ghc][master] configure: bump version to 9.15

Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 4acf3a86 by Ben Gamari at 2025-07-15T05:46:32-04:00 configure: bump version to 9.15 - - - - - 2 changed files: - configure.ac - utils/haddock/haddock-api/haddock-api.cabal 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.14.0], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION]) +AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.15], [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 ===================================== utils/haddock/haddock-api/haddock-api.cabal ===================================== @@ -79,7 +79,7 @@ library -- this package typically supports only single major versions build-depends: base >= 4.16 && < 4.23 - , ghc ^>= 9.14 + , ghc ^>= 9.15 , haddock-library ^>= 1.11 , xhtml ^>= 3000.2.2 , parsec ^>= 3.1.13.0 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4acf3a86ba1bd54463c093ccd671d84b... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4acf3a86ba1bd54463c093ccd671d84b... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)