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

@@ -14,7 +14,6 @@ data Options = Options {
convert :: [String] -> String
, hlintOpts :: [String]
, ghcOpts :: [String]
, checkIncludes :: [String]
, operators :: Bool
, packageConfs :: [FilePath]
, useUserPackageConf :: Bool