ghc-mod/Param.hs
2010-04-29 12:39:48 +09:00

7 lines
107 B
Haskell

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