Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Syntastic and hdevtools

I followed the directions online from https://github.com/bitc/hdevtools/ and I am still seeing the following:

Syntastic: active mode enabled
Syntastic info for filetype: haskell
Available checker(s):
Currently enabled checker(s):

I can't find anything with Google. What am I doing wrong/still need to do to get this to work?

like image 242
Emil Avatar asked Mar 08 '14 22:03

Emil


1 Answers

I figured it out. You need to cp hdevtools from where cabal installs it to somewhere that $PATH points to like /usr/local/bin. Same thing is true for hlint and ghc-mod.

like image 121
Emil Avatar answered Oct 13 '22 17:10

Emil