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