| Copyright | (c) Duncan Coutts 2009 |
|---|---|
| License | BSD-like |
| Maintainer | cabal-devel@haskell.org |
| Portability | portable |
| Safe Haskell | None |
| 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
| Bounded Outcome Source # | |
| Enum Outcome Source # | |
| Eq Outcome Source # | |
| Show Outcome Source # | |
| Generic Outcome Source # | |
| Parsec Outcome Source # | |
Defined in Distribution.Client.BuildReports.Types Methods parsec :: CabalParsing m => m Outcome # | |
| Pretty Outcome Source # | |
Defined in Distribution.Client.BuildReports.Types | |
| type Rep Outcome Source # | |
Defined in Distribution.Client.BuildReports.Types type Rep Outcome = D1 ('MetaData "Outcome" "Distribution.Client.BuildReports.Types" "cabal-install-3.8.1.0-7iNu5HGLMqL9QLfLAUJqbd" '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))) | |