integrating hlint.

This commit is contained in:
Kazu Yamamoto
2010-05-06 15:29:55 +09:00
parent 85fdba4ffa
commit bb363c92e7
6 changed files with 62 additions and 9 deletions

View File

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