stack-2.7.5: 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

Methods

showsPrec :: Int -> Installed -> ShowS

show :: Installed -> String #

showList :: [Installed] -> ShowS

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.