Add patches for ghcide dependencies
Helpful to make GHCIDE compile with GHC 9.2.
Not enough to actually run it.
Patches are basically taken from:
Merge request reports
Activity
- Resolved by Hannes Siebenhandl
- Resolved by Hannes Siebenhandl
- Resolved by Hannes Siebenhandl
- Resolved by Ryan Scott
For some reason, the CI is failing to build
foldl
andmmorph
due tocabal
picking up old Hackage versions of these packages.I fixed this in !177 (merged), so if you rebase on top of
master
, that should resolve that issue.added 4 commits
-
0197cd9a...a13af4f4 - 3 commits from branch
ghc:master
- 24ba189b - Add patches for ghcide dependencies
-
0197cd9a...a13af4f4 - 3 commits from branch
@RyanGlScott Rebase again or is this good to go?
added 2 commits
- Resolved by Ryan Scott
I just wanted to leave a comment to clarify that I haven't forgotten about this. Unfortunately, there have a been a number of changes to the
ghc-9.2
andmaster
branches of GHC in the interim that affecthead.hackage
's CI, which I will need to figure out a workaround for:- The
build-9.2
job fails due to ghc!6066 (comment 371762). @bgamari has since reverted the offending commit from theghc-9.2
branch, so once a newer GitLab bindist is available from theghc-9.2
branch, that issue should be resolved. (It may even be available now—we'll have to see what the most recent build you triggered tells us.) - The
build-master
job fails due to the addition of theData.ByteArray
module and theGenerically
type inGHC.Generics
. Both of these should be resolvable by making various imports more explicit. I'll handle this in a separate MR.
My apologies for the delay on this!
- The
Please register or sign in to reply