| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hercules.Agent.WorkerProtocol.Command.Build
Documentation
Constructors
| Build | |
Fields | |
Instances
| Generic Build Source # | |
| Show Build Source # | |
| Binary Build Source # | |
| Eq Build Source # | |
| type Rep Build Source # | |
Defined in Hercules.Agent.WorkerProtocol.Command.Build type Rep Build = D1 ('MetaData "Build" "Hercules.Agent.WorkerProtocol.Command.Build" "hercules-ci-agent-0.10.2-inplace" 'False) (C1 ('MetaCons "Build" 'PrefixI 'True) ((S1 ('MetaSel ('Just "drvPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputDerivationOutputPaths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [ByteString])) :*: (S1 ('MetaSel ('Just "materializeDerivation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "materializePlatforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [ByteString])))) | |