ghc-mod/Param.hs
2010-03-12 00:20:02 +09:00

10 lines
293 B
Haskell

module Param where
data Options = Options { convert :: [String] -> String
, ghc :: FilePath
, ghci :: FilePath
, ghcPkg :: FilePath
, outDir :: FilePath
}