Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Distribution.Client.BuildReports.Lens
Documentation
data BuildReport #
Instances
Generic BuildReport # | |
Defined in Distribution.Client.BuildReports.Types Associated Types type Rep BuildReport :: Type -> Type | |
Show BuildReport # | |
Defined in Distribution.Client.BuildReports.Types Methods showsPrec :: Int -> BuildReport -> ShowS # show :: BuildReport -> String # showList :: [BuildReport] -> ShowS # | |
Eq BuildReport # | |
Defined in Distribution.Client.BuildReports.Types | |
type Rep BuildReport # | |
Defined in Distribution.Client.BuildReports.Types type Rep BuildReport = D1 ('MetaData "BuildReport" "Distribution.Client.BuildReports.Types" "cabal-install-3.10.1.0-Ekg8GNNGONdHi9WRJ3K3Tf" 'False) (C1 ('MetaCons "BuildReport" 'PrefixI 'True) (((S1 ('MetaSel ('Just "package") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PackageIdentifier) :*: S1 ('MetaSel ('Just "os") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 OS)) :*: (S1 ('MetaSel ('Just "arch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Arch) :*: (S1 ('MetaSel ('Just "compiler") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CompilerId) :*: S1 ('MetaSel ('Just "client") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PackageIdentifier)))) :*: ((S1 ('MetaSel ('Just "flagAssignment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FlagAssignment) :*: S1 ('MetaSel ('Just "dependencies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [PackageIdentifier])) :*: (S1 ('MetaSel ('Just "installOutcome") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 InstallOutcome) :*: (S1 ('MetaSel ('Just "docsOutcome") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Outcome) :*: S1 ('MetaSel ('Just "testsOutcome") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Outcome)))))) |
package :: Lens' BuildReport PackageIdentifier #
os :: Lens' BuildReport OS #
arch :: Lens' BuildReport Arch #
compiler :: Lens' BuildReport CompilerId #
client :: Lens' BuildReport PackageIdentifier #
flagAssignment :: Lens' BuildReport FlagAssignment #
dependencies :: Lens' BuildReport [PackageIdentifier] #
installOutcome :: Lens' BuildReport InstallOutcome #
docsOutcome :: Lens' BuildReport Outcome #
testsOutcome :: Lens' BuildReport Outcome #