stack-1.0.4.2: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.Build.Installed

Synopsis

Documentation

data GetInstalledOpts Source

Options for getInstalled.

Constructors

GetInstalledOpts 

Fields

getInstalledProfiling :: !Bool

Require profiling libraries?

getInstalledHaddock :: !Bool

Require haddocks?

getInstalled Source

Arguments

:: (M env m, PackageInstallInfo pii) 
=> EnvOverride 
-> GetInstalledOpts 
-> Map PackageName pii

does not contain any installed information

-> m (InstalledMap, [DumpPackage () ()], [DumpPackage () ()], [DumpPackage () ()]) 

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