stack-1.5.0: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.Ghci

Description

Run a GHCi configured with the user's package(s).

Synopsis

Documentation

data GhciPkgInfo Source #

Necessary information to load a package or its components.

ghci :: (StackM r m, HasEnvConfig r, MonadBaseUnlift IO m) => GhciOpts -> m () Source #

Launch a GHCi session for the given local package targets with the given options and configure it with the load paths and extensions of those targets.