stack-2.1.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 GhciPkgInfo Source #

Necessary information to load a package or its components.

NOTE: GhciPkgInfo has paths as list instead of a Set to preserve files order as a workaround for bug https://ghc.haskell.org/trac/ghc/ticket/13786

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.