stack-1.9.1.1: 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.

Instances
Show GhciPkgInfo Source # 
Instance details

Defined in Stack.Ghci

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.