implement includes options for check

This commit is contained in:
Andrew Sackville-West
2011-08-02 11:18:07 -07:00
parent b09a8fb2ee
commit b6d99e279c
4 changed files with 21 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ import GHC.Paths (libdir)
data Options = Options {
convert :: [String] -> String
, hlintOpts :: [String]
, checkIncludes :: [String]
, operators :: Bool
, packageConfs :: [FilePath]
, useUserPackageConf :: Bool