stack-2.5.1.1: The Haskell Tool Stack
Safe HaskellNone
LanguageHaskell2010

Stack.Build.Installed

Synopsis

Documentation

data Installed Source #

Instances

Instances details
Eq Installed Source # 
Instance details

Defined in Stack.Types.Package

Show Installed Source # 
Instance details

Defined in Stack.Types.Package

getInstalled Source #

Arguments

:: HasEnvConfig env 
=> InstallMap

does not contain any installed information

-> RIO env (InstalledMap, [DumpPackage], [DumpPackage], [DumpPackage]) 

Returns the new InstalledMap and all of the locally registered packages.