最近(在升级到El Capitan后修复我的Haskell设置之后),当我在Vim中编辑Haskell文件片刻时,我收到以下错误:
"FPRef.hs" 13L, 316C written
syntastic: error: checker output:
You must run ghc-mod in the project directory as returned by `ghc-mod root`. Currently in: "/Users/mingtang/Code/FP15/src/FP15/Evaluator"but should be in "/Users/mingtang/Code/FP15".
syntastic: error: checker haskell/ghc_mod returned abnormal status 1
Press ENTER or type command to continue
Google搜索此错误消息会导致出现此GitHub问题:https://github.com/atom-haskell/haskell-ghc-mod/issues/50
这是我的ghc-mod的版本:
$ ghc-mod --version
ghc-mod version 5.4.0.0 compiled by GHC 7.8.3
我安装了vim-hdevtools
,最后一次提交是在2012年,所以我不能向他们寻求帮助。
有没有办法解决这个问题?