Daniel Gröber (dxld)
Daniel Gröber (dxld)
@skalyan91 can you post the error messages please?
@skalyan91 Ah I see what is happening, the cabal guys deprecated version 1.24.1.0 on Hackage and added an unsatisfiable constraint to it (the `base < 0` in the output above)....
The ghc-mod you call `ghc-mod root` on wouldn't actually need to be built by the project's GHC version FYI.
`ghc-mod` could just re-exec itself inside the nix-shell, no?
I would really like to have the Haskell bits handle this as then _all_ frontends would work on Nix and not just the Emacs frontend. I agree that it would...
I know this is a workaround that is currently needed for most more complicated stack setups but going forward I would like ghc-mod to handle this for you. Once we...
@lierdakil I invoke thee. I don't remember if we ever did do this correctly :)
@liarokapisv well it seems you're working on it :) Can you link to some code maybe?
I think we only do that in `GmlT`, that lint is just in `GhcModT` but I don't recall without looking at the code.
Oh boy, I knew this request would come in at some point ;) I really don't know enough about ghcjs to be able to say what needs doing exactly. So...