ghc-mod/Param.hs

7 lines
107 B
Haskell
Raw Normal View History

2010-03-11 13:43:05 +00:00
module Param where
data Options = Options {
convert :: [String] -> String
, ghcPkg :: FilePath
}