Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.37 KB

tools.md

File metadata and controls

41 lines (26 loc) · 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