about summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/hadrian/hadrian.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-02-26haskell.compiler.ghc982: fix bootstrap with GHC 9.6sternenseemann1-1/+1
Bootsrapping with 9.6 doesn't work with 9.8.2 upstream due to erroneous bounds on Cabal (<https://gitlab.haskell.org/ghc/ghc/-/issues/24100>) which was planned to be addressed in 9.8.2, but apparently hasn't been, so we need to extend the range for the workaround patch.
2024-01-07haskell.compiler.ghc981: allow bootstrapping with GHC 9.6.*sternenseemann1-0/+4
That GHC version should be allowed due to bootstrapping support windows GHC HQ promises, but isn't possible in practice due to an overly strict constraint on Cabal in hadrian.
2023-11-06haskell.compiler.ghcHEAD: 9.7.20230527 -> 9.9.20231014sternenseemann1-0/+55