[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 4 commits: Expand LLVM version matching regex for compability with bsd systems
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Mon Jun 24 14:20:48 UTC 2024
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
52699166 by Matthew Pickering at 2024-06-24T10:20:29-04:00
Expand LLVM version matching regex for compability with bsd systems
sed on BSD systems (such as darwin) does not support the + operation.
Therefore we take the simple minded approach of manually expanding
group+ to groupgroup*.
Fixes #24999
- - - - -
204f580d by Matthew Pickering at 2024-06-24T10:20:30-04:00
Update bootstrap plans for recent GHC versions (9.6.5, 9.8.2, 9.10.10)
- - - - -
6b316f70 by Matthew Pickering at 2024-06-24T10:20:30-04:00
ci: Add 9_10 bootstrap testing job
- - - - -
82a6da99 by Hécate Kleidukos at 2024-06-24T10:20:32-04:00
haddock: Restructure import statements
This commit removes idiosyncrasies that have accumulated with the years
in how import statements were laid out, and defines clear but simple
guidelines in the CONTRIBUTING.md file.
- - - - -
8 changed files:
- .gitlab-ci.yml
- hadrian/bootstrap/generate_bootstrap_plans
- + hadrian/bootstrap/plan-9_10_1.json
- hadrian/bootstrap/plan-9_4_1.json
- hadrian/bootstrap/plan-9_4_2.json
- hadrian/bootstrap/plan-9_4_3.json
- hadrian/bootstrap/plan-9_4_4.json
- hadrian/bootstrap/plan-9_4_5.json
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/eb8232197183e5afe3f6652449d93064a05e39e4...82a6da99f0efaa7281bc63a69755e5c14a63697a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/eb8232197183e5afe3f6652449d93064a05e39e4...82a6da99f0efaa7281bc63a69755e5c14a63697a
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240624/922ddf49/attachment.html>
More information about the ghc-commits
mailing list