hlint options can be specified from ghc-hlint-options.

This commit is contained in:
Kazu Yamamoto
2010-06-14 11:56:35 +09:00
parent da8975c03f
commit f30eb343b0
5 changed files with 25 additions and 8 deletions

View File

@@ -5,7 +5,8 @@ import GHC
import GHC.Paths (libdir)
data Options = Options {
convert :: [String] -> String
convert :: [String] -> String
, hlintOpts :: [String]
}
withGHC :: Ghc [String] -> IO [String]