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

Safe HaskellNone
LanguageHaskell2010

Language.Docker.Syntax.Lift

Contents

Documentation

Orphan instances

Lift DiffTime # 

Methods

lift :: DiffTime -> Q Exp #

Lift InstructionPos # 

Methods

lift :: InstructionPos -> Q Exp #

Lift Instruction # 

Methods

lift :: Instruction -> Q Exp #

Lift CheckArgs # 

Methods

lift :: CheckArgs -> Q Exp #

Lift Check # 

Methods

lift :: Check -> Q Exp #

Lift AddArgs # 

Methods

lift :: AddArgs -> Q Exp #

Lift CopyArgs # 

Methods

lift :: CopyArgs -> Q Exp #

Lift Retries # 

Methods

lift :: Retries -> Q Exp #

Lift Duration # 

Methods

lift :: Duration -> Q Exp #

Lift CopySource # 

Methods

lift :: CopySource -> Q Exp #

Lift Chown # 

Methods

lift :: Chown -> Q Exp #

Lift TargetPath # 

Methods

lift :: TargetPath -> Q Exp #

Lift SourcePath # 

Methods

lift :: SourcePath -> Q Exp #

Lift BaseImage # 

Methods

lift :: BaseImage -> Q Exp #

Lift ImageAlias # 

Methods

lift :: ImageAlias -> Q Exp #

Lift Ports # 

Methods

lift :: Ports -> Q Exp #

Lift Port # 

Methods

lift :: Port -> Q Exp #

Lift Protocol # 

Methods

lift :: Protocol -> Q Exp #

Lift (Fixed a) # 

Methods

lift :: Fixed a -> Q Exp #

Lift a => Lift (NonEmpty a) # 

Methods

lift :: NonEmpty a -> Q Exp #