Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
42 lines (26 sloc) 1.37 KB

Tools

Don't install or try to use ghc-mod if you're a beginner

It's a bit fragile, more than a bit slow, and it's not worth the grief.

Text Editors

autocmd FileType haskell setlocal makeprg=stack\ build
autocmd FileType haskell setlocal errorformat=%f:%l:%v:%m

from: https://github.com/ishiy1993/dotfiles/blob/master/.vimrc

Other

  • Haskell For Mac