-
Notifications
You must be signed in to change notification settings - Fork 206
cabal new-build merged from arbor repo #927
Conversation
use new ghc-mod branch New version of cabal-helper fix shadowing, point to cabal-helper submodule new cabal-helper new ghc-mod new ghc-mod fix merge cabal-helper-rebased pretty-show & ghc-mod using the right cabal-helper version range bump ghc-mode-core bump cabal-helper new cabal-helper new cabal-helper new cabal-helper
adding nix shell for building and using HIE
@dsturnbull I see that the identification of a preinstalled
the critical feature being that if Is this deliberate? Is it because of the This results in the |
Unless actually needed
skip CI skip [CI]
I think this is ready to land. I have tested it locally on a cabal old build, cabal new one, and a stack one, and it seems to behave. Any reasons not to merge once CI is complete? cc @dsturnbull |
I'm @dsturnbull's colleague. @dsturnbull might be disappearing for a few days. @AlexeyRaga and I have looked at the snippet you posted and it looks like it wasn't due to any of our commits. Ping @DanielG
|
@newhoggy thanks for the info. Based on behaviour I think reverting it was the right thing to do though. |
This is a merge of #905, bringing in the work they have done on
cabal-helper
andghc-mod
to supportcabal new-build
in addition to the existingcabal build
and stack support.I will be running it for a few days to get a feel for it, before merging.
And I think prior to the merge we should bump a version and tag it, so people have a clear point to return to if we hit problems with this.
Thanks to @dsturnbull for creating the original patch.