ghc-mod/Param.hs

9 lines
246 B
Haskell
Raw Normal View History

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