Expire unreferenced switches.

This commit is contained in:
HIBINO Kei
2011-11-14 19:28:34 +09:00
parent 748c57f0c1
commit 21c5072e37
2 changed files with 0 additions and 10 deletions

View File

@@ -15,8 +15,6 @@ data Options = Options {
, hlintOpts :: [String]
, ghcOpts :: [String]
, operators :: Bool
, packageConfs :: [FilePath]
, useUserPackageConf :: Bool
}
withGHC :: (MonadPlus m) => Ghc (m a) -> IO (m a)