The Haskell stack build doesn't install ghc to the system, only for itself, and using spacemacs without a systemwide configured ghc have been a painful experience (to me).
My question is, there is a correct way of configuring emacs/spacemacs for using with stack, or users are supposed to install a systemwide ghc and stack to work with emacs/spacemacs and haskell?
Creating a layer specific to deal with stack seems to me to be the right solution, but I don't know how to do this, I'm a beginner on both stack and emacs, so...