language-docker-8.0.2: Dockerfile parser, pretty-printer and embedded DSL

Safe HaskellNone
LanguageHaskell2010

Language.Docker.Syntax.Lift

Contents

Orphan instances

Lift ByteString # 
Instance details

Methods

lift :: ByteString -> Q Exp #

Lift Text # 
Instance details

Methods

lift :: Text -> Q Exp #

Lift DiffTime # 
Instance details

Methods

lift :: DiffTime -> Q Exp #

Lift AddArgs # 
Instance details

Methods

lift :: AddArgs -> Q Exp #

Lift CopyArgs # 
Instance details

Methods

lift :: CopyArgs -> Q Exp #

Lift Retries # 
Instance details

Methods

lift :: Retries -> Q Exp #

Lift Duration # 
Instance details

Methods

lift :: Duration -> Q Exp #

Lift CopySource # 
Instance details

Methods

lift :: CopySource -> Q Exp #

Lift Chown # 
Instance details

Methods

lift :: Chown -> Q Exp #

Lift TargetPath # 
Instance details

Methods

lift :: TargetPath -> Q Exp #

Lift SourcePath # 
Instance details

Methods

lift :: SourcePath -> Q Exp #

Lift BaseImage # 
Instance details

Methods

lift :: BaseImage -> Q Exp #

Lift ImageAlias # 
Instance details

Methods

lift :: ImageAlias -> Q Exp #

Lift Ports # 
Instance details

Methods

lift :: Ports -> Q Exp #

Lift Port # 
Instance details

Methods

lift :: Port -> Q Exp #

Lift Protocol # 
Instance details

Methods

lift :: Protocol -> Q Exp #

Lift Digest # 
Instance details

Methods

lift :: Digest -> Q Exp #

Lift Tag # 
Instance details

Methods

lift :: Tag -> Q Exp #

Lift Registry # 
Instance details

Methods

lift :: Registry -> Q Exp #

Lift Image # 
Instance details

Methods

lift :: Image -> Q Exp #

Lift (Fixed a) # 
Instance details

Methods

lift :: Fixed a -> Q Exp #

Lift a => Lift (NonEmpty a) # 
Instance details

Methods

lift :: NonEmpty a -> Q Exp #

Lift args => Lift (InstructionPos args) # 
Instance details

Methods

lift :: InstructionPos args -> Q Exp #

Lift args => Lift (Instruction args) # 
Instance details

Methods

lift :: Instruction args -> Q Exp #

Lift args => Lift (CheckArgs args) # 
Instance details

Methods

lift :: CheckArgs args -> Q Exp #

Lift args => Lift (Arguments args) # 
Instance details

Methods

lift :: Arguments args -> Q Exp #

Lift args => Lift (Check args) # 
Instance details

Methods

lift :: Check args -> Q Exp #