stack-1.6.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.

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.