Remove check includes option of ghc-mod check command. Now, we can pass all ghc options to ghc-mod check.

This commit is contained in:
khibino
2011-11-02 16:23:19 +09:00
parent cbed907038
commit 1fb0d1d4a8
4 changed files with 2 additions and 16 deletions

View File

@@ -25,4 +25,3 @@ check opt fileName = withGHC $ checkIt `gcatch` handleErrMsg
load LoadAllTargets
liftIO readLog
options = ["-Wall","-fno-warn-unused-do-bind"] ++ ghcOpts opt
++ map ("-i" ++) (checkIncludes opt)