adding Param.hs.

This commit is contained in:
Kazu Yamamoto 2010-03-11 22:43:05 +09:00
parent ed5d50b6f9
commit 31a97da743

8
Param.hs Normal file
View File

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