Magnus pushed to branch ghc-9.12 at Glasgow Haskell Compiler / GHC Commits: be19b814 by mangoiv at 2026-06-06T10:18:52+02:00 release 9.12.5: bump base version - - - - - 2 changed files: - libraries/base/base.cabal.in - libraries/base/changelog.md Changes: ===================================== libraries/base/base.cabal.in ===================================== @@ -4,7 +4,7 @@ cabal-version: 3.0 -- Make sure you are editing ghc-experimental.cabal.in, not ghc-experimental.cabal name: base -version: 4.21.2.0 +version: 4.21.3.0 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause ===================================== libraries/base/changelog.md ===================================== @@ -1,5 +1,8 @@ # Changelog for [`base` package](http://hackage.haskell.org/package/base) +## 4.21.2.0 *June 2026* + * System.Info.fullCompilerVersion: add 'since' annotation + ## 4.21.2.0 *March 2026* * Expose `Backtraces` constructor and fields ([CLC proposal #199](https://github.com/haskell/core-libraries-committee/issues/199), [#26049](https://gitlab.haskell.org/ghc/ghc/-/issues/26049)) * Store `StackTrace` and `StackSnapshot` in `Backtraces`, deferring decoding until display View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/be19b814a91e6a6a4baed442a275b4d7... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/be19b814a91e6a6a4baed442a275b4d7... You're receiving this email because of your account on gitlab.haskell.org.