Magnus pushed to branch ghc-9.12 at Glasgow Haskell Compiler / GHC

Commits:

2 changed files:

Changes:

  • libraries/base/base.cabal.in
    ... ... @@ -4,7 +4,7 @@ cabal-version: 3.0
    4 4
     -- Make sure you are editing ghc-experimental.cabal.in, not ghc-experimental.cabal
    
    5 5
     
    
    6 6
     name:           base
    
    7
    -version:        4.21.2.0
    
    7
    +version:        4.21.3.0
    
    8 8
     -- NOTE: Don't forget to update ./changelog.md
    
    9 9
     
    
    10 10
     license:        BSD-3-Clause
    

  • libraries/base/changelog.md
    1 1
     # Changelog for [`base` package](http://hackage.haskell.org/package/base)
    
    2 2
     
    
    3
    +## 4.21.2.0 *June 2026*
    
    4
    +  * System.Info.fullCompilerVersion: add 'since' annotation
    
    5
    +
    
    3 6
     ## 4.21.2.0 *March 2026*
    
    4 7
       * 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))
    
    5 8
       * Store `StackTrace` and `StackSnapshot` in `Backtraces`, deferring decoding until display