[Git][ghc/ghc][master] Bump minimum shake version for hadrian.
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: d741a6cc by Andreas Klebinger at 2026-03-31T04:39:33-04:00 Bump minimum shake version for hadrian. We also add the shake version we want to stack.yaml Fixes #26884 - - - - - 2 changed files: - hadrian/hadrian.cabal - hadrian/stack.yaml Changes: ===================================== hadrian/hadrian.cabal ===================================== @@ -162,7 +162,8 @@ executable hadrian , time , mtl >= 2.2 && < 2.4 , parsec >= 3.1 && < 3.2 - , shake >= 0.18.3 && < 0.20 + -- shake 0.19.9 has some fixes to greatly improve error messages + , shake >= 0.19.9 && < 0.20 , transformers >= 0.4 && < 0.7 , unordered-containers >= 0.2.1 && < 0.3 , text >= 1.2 && < 3 ===================================== hadrian/stack.yaml ===================================== @@ -42,3 +42,5 @@ extra-deps: - directory-1.3.9.0 # Needed because process depends on directory, which has been pruned: - process-1.6.26.1 +# Needed stackage doesn't have the latest shake yet, which we want for better exceptions +- shake-0.19.9 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d741a6cc6d965ced4b0b23ed1b1d7d8e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d741a6cc6d965ced4b0b23ed1b1d7d8e... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)