| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Docker.Syntax.Lift
Contents
Orphan instances
| Lift ByteString # | |
Methods lift :: ByteString -> Q Exp # | |
| Lift Text # | |
| Lift DiffTime # | |
| Lift AddArgs # | |
| Lift CopyArgs # | |
| Lift Retries # | |
| Lift Duration # | |
| Lift CopySource # | |
Methods lift :: CopySource -> Q Exp # | |
| Lift Chown # | |
| Lift TargetPath # | |
Methods lift :: TargetPath -> Q Exp # | |
| Lift SourcePath # | |
Methods lift :: SourcePath -> Q Exp # | |
| Lift BaseImage # | |
| Lift ImageAlias # | |
Methods lift :: ImageAlias -> Q Exp # | |
| Lift Ports # | |
| Lift Port # | |
| Lift Protocol # | |
| Lift Digest # | |
| Lift Tag # | |
| Lift Registry # | |
| Lift Image # | |
| Lift (Fixed a) # | |
| Lift a => Lift (NonEmpty a) # | |
| Lift args => Lift (InstructionPos args) # | |
Methods lift :: InstructionPos args -> Q Exp # | |
| Lift args => Lift (Instruction args) # | |
Methods lift :: Instruction args -> Q Exp # | |
| Lift args => Lift (CheckArgs args) # | |
| Lift args => Lift (Arguments args) # | |
| Lift args => Lift (Check args) # | |