Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
d741a6cc
by Andreas Klebinger at 2026-03-31T04:39:33-04:00
2 changed files:
Changes:
| ... | ... | @@ -162,7 +162,8 @@ executable hadrian |
| 162 | 162 | , time
|
| 163 | 163 | , mtl >= 2.2 && < 2.4
|
| 164 | 164 | , parsec >= 3.1 && < 3.2
|
| 165 | - , shake >= 0.18.3 && < 0.20
|
|
| 165 | + -- shake 0.19.9 has some fixes to greatly improve error messages
|
|
| 166 | + , shake >= 0.19.9 && < 0.20
|
|
| 166 | 167 | , transformers >= 0.4 && < 0.7
|
| 167 | 168 | , unordered-containers >= 0.2.1 && < 0.3
|
| 168 | 169 | , text >= 1.2 && < 3
|
| ... | ... | @@ -42,3 +42,5 @@ extra-deps: |
| 42 | 42 | - directory-1.3.9.0
|
| 43 | 43 | # Needed because process depends on directory, which has been pruned:
|
| 44 | 44 | - process-1.6.26.1
|
| 45 | +# Needed stackage doesn't have the latest shake yet, which we want for better exceptions
|
|
| 46 | +- shake-0.19.9 |