cabal-ghci-0.1: Set up ghci with options taken from a .cabal file

Safe HaskellNone
LanguageHaskell98

Distribution.Dev.Interactive

Documentation

loadCabal :: FilePath -> FlagAssignment -> IO LoadCabalRet Source

withOpts :: [[Char]] -> ([Char] -> IO b) -> ([String] -> IO b) -> IO b Source