stack-1.9.3.1: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.Ghci

Description

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

Synopsis

Documentation

data GhciOpts Source #

Command-line options for GHC.

Instances
Show GhciOpts Source # 
Instance details

Defined in Stack.Ghci

Methods

showsPrec :: Int -> GhciOpts -> ShowS

show :: GhciOpts -> String #

showList :: [GhciOpts] -> ShowS

data GhciPkgInfo Source #

Necessary information to load a package or its components.

Instances
Show GhciPkgInfo Source # 
Instance details

Defined in Stack.Ghci

Methods

showsPrec :: Int -> GhciPkgInfo -> ShowS

show :: GhciPkgInfo -> String #

showList :: [GhciPkgInfo] -> ShowS

ghci :: HasEnvConfig env => GhciOpts -> RIO env () 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.