hsdev-0.2.5.1: Haskell development library

Safe HaskellNone
LanguageHaskell98

HsDev.Tools.Ghc.Session

Synopsis

Documentation

ghcSession :: [String] -> GhcM () Source #

Get ghc session

ghciSession :: GhcM () Source #

Get ghci session

haddockSession :: [String] -> GhcM () Source #

Get haddock session with flags

targetSession :: [String] -> Module -> GhcM () Source #

Session for module

interpretModule :: Module -> Maybe String -> GhcM () Source #

Interpret file