packages feed

ghc-mod-0.2.0: Param.hs

module Param where

data Options   = Options { convert :: [String] -> String
                         , ghc     :: FilePath
                         , ghci    :: FilePath
                         , ghcPkg  :: FilePath
                         , outDir  :: FilePath
                         }