Safe Haskell | None |
---|---|
Language | Haskell98 |
- ghcSession :: [String] -> GhcM ()
- ghciSession :: GhcM ()
- haddockSession :: [String] -> GhcM ()
- targetSession :: [String] -> Module -> GhcM ()
- interpretModule :: Module -> Maybe String -> GhcM ()
- module HsDev.Tools.Ghc.Worker
Documentation
ghcSession :: [String] -> GhcM () Source #
Get ghc session
ghciSession :: GhcM () Source #
Get ghci session
haddockSession :: [String] -> GhcM () Source #
Get haddock session with flags
module HsDev.Tools.Ghc.Worker