Distribution.Client.BuildReports.Lens
data BuildReport Source #
Defined in Distribution.Client.BuildReports.Types
Associated Types
type Rep BuildReport :: Type -> Type #
Methods
from :: BuildReport -> Rep BuildReport x #
to :: Rep BuildReport x -> BuildReport #
showsPrec :: Int -> BuildReport -> ShowS #
show :: BuildReport -> String #
showList :: [BuildReport] -> ShowS #
(==) :: BuildReport -> BuildReport -> Bool #
(/=) :: BuildReport -> BuildReport -> Bool #
package :: Lens' BuildReport PackageIdentifier Source #
compiler :: Lens' BuildReport CompilerId Source #
os :: Lens' BuildReport OS Source #
arch :: Lens' BuildReport Arch Source #
client :: Lens' BuildReport PackageIdentifier Source #
flagAssignment :: Lens' BuildReport FlagAssignment Source #
dependencies :: Lens' BuildReport [PackageIdentifier] Source #
installOutcome :: Lens' BuildReport InstallOutcome Source #
docsOutcome :: Lens' BuildReport Outcome Source #
testsOutcome :: Lens' BuildReport Outcome Source #