serras / emacs-haskell-tutorial

Tutorial on setting up Emacs to do Haskell programming
690 stars 100 forks source link

How to integrate stack? #38

Closed peti closed 8 years ago

peti commented 8 years ago

haskell-mode has support for stack when haskell-process-type is set to stack-ghci. It would be great to cover that stuff in the tutorial. I'd be particularly interested in having a good solution that allows me to switch haskell-mode between cabal and stack projects easily.

serras commented 8 years ago

It took long, but today I got some time to look at your suggestion. Thanks for improving the document :)