[Haskell-cafe] Haskell, stack and the Atom editor
Anton Felix Lorenzen
anfelor at posteo.de
Sat Apr 9 19:06:39 UTC 2016
Hello,
I am using atom with ide-haskell and stack.
Basically all you need is to load ghc-mod in stack:
> stack install ghc-mod
> stack exec atom
It needs some time to build, but then it works really well.
It has minor issues though:
- It doesn't lookup, whether an import is legal
(e.g. if the matching package is installed)
- You can't trigger a build process inside atom
But aside from that it is fine.
I can only recommend it.
Anton Felix Lorenzen
More information about the Haskell-Cafe
mailing list