
9 Apr
2016
9 Apr
'16
7:06 p.m.
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