ghc-mod icon indicating copy to clipboard operation
ghc-mod copied to clipboard

GHC 8.4.1 support

Open xamgore opened this issue 7 years ago • 10 comments
trafficstars

There seems to have been no attempts to get ghc-mod working with 8.4.1; curious what the status of that work is. Thanks for this great software; now that I upgraded to 8.4.1, I'm really missing it!

xamgore avatar Mar 08 '18 09:03 xamgore

Officially there is no 8.4.1, yet. (See https://www.haskell.org/ghc/) Currently there is only Release Candidate 1. Whole community is preparing for this release, which should be soon. But it's great that you're rising this issue!

varosi avatar Mar 08 '18 11:03 varosi

There isn't even 8.2 support yet, aren't we getting a little ahead of ourselves? :)

AFAIK nobody is working on this, I'd be happy to help any interested soul as usual but I don't have time to work on it myself.

DanielG avatar Mar 11 '18 23:03 DanielG

I am sort of doing something here, working on https://github.com/alanz/cabal-helper/tree/ghc-8.4 and https://github.com/alanz/ghc-mod/tree/ghc-8.4.

My current goal is to get it working well enough that I can run the tests for HaRe.

cabal-helper compiles with GHC 8.4.1, but does not yet pass its tests.

alanz avatar Mar 12 '18 12:03 alanz

And I now understand why I could not get it to run cabal-helper wrapper.

See https://github.com/haskell/cabal/issues/4509

alanz avatar Mar 12 '18 12:03 alanz

Are there any specific tasks that could be divided up to get ghc-mod compatible with 8.4?

EdmundsEcho avatar Jul 26 '18 16:07 EdmundsEcho

You can try to use this branch : https://github.com/alanz/ghc-mod/tree/ghc-8.4-hie

We currently use that in haskell-ide-engine.

alanz avatar Jul 26 '18 18:07 alanz

Is there any timeline for this?

orome avatar Jul 26 '18 19:07 orome

@alanz Your branch (along with https://github.com/alanz/cabal-helper/tree/master) works perfectly for me on GHC 8.4.3. Thank you so much!

drvink avatar Aug 09 '18 17:08 drvink

Are there plans for that branch to be merged into master? На чт, 9.08.2018 г., 20:14 Mark Laws [email protected] написа:

@alanz https://github.com/alanz Your branch (along with https://github.com/alanz/cabal-helper/tree/master) works perfectly for me on GHC 8.4.3. Thank you so much!

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/DanielG/ghc-mod/issues/931#issuecomment-411831277, or mute the thread https://github.com/notifications/unsubscribe-auth/AFxXhitIJBg3A55BWu1RrWTr3YmAVT6kks5uPG3dgaJpZM4SiXp1 .

varosi avatar Aug 09 '18 21:08 varosi

Now that GHC-8.6 is out ;D

yihuang avatar Jan 21 '19 01:01 yihuang