ghc-mod/Param.hs
2010-03-11 22:43:05 +09:00

9 lines
246 B
Haskell

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