Copyright | (c) Duncan Coutts 2009 |
---|---|
License | BSD-like |
Maintainer | [email protected] |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Distribution.Client.BuildReports.Types
Description
Types related to build reporting
Documentation
data ReportLevel Source #
Constructors
NoReports | |
AnonymousReports | |
DetailedReports |
Instances
data BuildReport Source #
Constructors
BuildReport | |
Fields
|
Instances
data InstallOutcome Source #
Constructors
PlanningFailed | |
DependencyFailed PackageIdentifier | |
DownloadFailed | |
UnpackFailed | |
SetupFailed | |
ConfigureFailed | |
BuildFailed | |
TestsFailed | |
InstallFailed | |
InstallOk |
Instances
Instances
Parsec Outcome Source # | |
Defined in Distribution.Client.BuildReports.Types Methods parsec :: CabalParsing m => m Outcome # | |
Pretty Outcome Source # | |
Defined in Distribution.Client.BuildReports.Types | |
Bounded Outcome Source # | |
Enum Outcome Source # | |
Generic Outcome Source # | |
Show Outcome Source # | |
Eq Outcome Source # | |
type Rep Outcome Source # | |
Defined in Distribution.Client.BuildReports.Types type Rep Outcome = D1 ('MetaData "Outcome" "Distribution.Client.BuildReports.Types" "cabal-install-3.14.2.0-6uCrb2WuMbe9XikRFfughF" 'False) (C1 ('MetaCons "NotTried" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Failed" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Ok" 'PrefixI 'False) (U1 :: Type -> Type))) |