ghc-mod/Param.hs

10 lines
293 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
2010-03-11 15:20:02 +00:00
, outDir :: FilePath
2010-03-11 13:43:05 +00:00
}