cabal-install-3.12.1.0: The command-line interface for Cabal and Hackage.
Copyright(c) David Waern 2008
LicenseBSD-like
Maintainerdavid.waern@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Distribution.Client.BuildReports.Storage

Description

Anonymous build report data structure, printing and parsing

Synopsis

Storing and retrieving build reports

storeLocal :: CompilerInfo -> [PathTemplate] -> [(BuildReport, Maybe Repo)] -> Platform -> IO () Source #

InstallPlan support

fromInstallPlan :: Platform -> CompilerId -> InstallPlan -> BuildOutcomes -> [(BuildReport, Maybe Repo)] Source #

fromPlanningFailure :: Platform -> CompilerId -> [PackageId] -> FlagAssignment -> [(BuildReport, Maybe Repo)] Source #