You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.4 KiB

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