Skip to content

Instantly share code, notes, and snippets.

@cies
Created September 13, 2015 15:36
Show Gist options
  • Save cies/6bf116507a2a7bb974cc to your computer and use it in GitHub Desktop.
Save cies/6bf116507a2a7bb974cc to your computer and use it in GitHub Desktop.
((haskell-mode
. ((haskell-indent-spaces . 2)
(hindent-style . "gibiansky")
(haskell-process-type . stack-ghci)
(haskell-process-path-ghci . "stack")
(haskell-process-args-ghci . ("ghci"))
(haskell-process-args-stack-ghci . ("--ghc-options=-ferror-spans" "--with-ghc=ghci-ng"))))
(haskell-cabal-mode
. ((haskell-process-type . stack-ghci)
(haskell-process-path-ghci . "stack")
(haskell-process-args-ghci . ("ghci"))
(haskell-process-args-stack-ghci . ("--ghc-options=-ferror-spans" "--with-ghc=ghci-ng")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment