varosi
varosi
This could be an option to choose. I just want to think in a direction for easy to setup Haskell working environment with a few steps. The ideal case will...
Is it possible to make an option to select custom path to ghc-mod depending on GHC version? I mean if current project is built with GHC 7.10.3 to set path...
This will be great option! It's everyday problem when one works on multiple projects each built with different LTS.
Yes, only if it is **already installed** per project. This is a very common task and it'll be great if it's automated by the IDE.
This feature of Stack could help a lot on that issue - https://github.com/commercialhaskell/intero/issues/324
Other related issue - https://github.com/commercialhaskell/stack/issues/3717
Great! I have tried it after updating of Atom and plug-ins. But I hit a problem when I deleted ghc-mod installed on PATH. Plug-in failed with: > Haskell-ghc-mod: ghc-mod failed...
> It runs stack --copy-compiler-tool build ghc-mod, so you need recent enough stack. About this problem - stack version could be verified automatically with: stack --version
Addition: when I have done: > stack build --copy-compiler-tool ghc-mod It executed ghc-mod. So the problem is when it is not built at both places. But later I got: >...