hapistrano-0.4.7.0: A deployment library for Haskell applications
Copyright© 2015-Present Stack Builders
LicenseMIT
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Hapistrano.Config

Description

Definitions for types and functions related to the configuration of the Hapistrano tool.

Synopsis

Documentation

data Config Source #

Hapistrano configuration typically loaded from hap.yaml file.

Constructors

Config 

Fields

Instances

Instances details
FromJSON Config Source # 
Instance details

Defined in System.Hapistrano.Config

Show Config Source # 
Instance details

Defined in System.Hapistrano.Config

Eq Config Source # 
Instance details

Defined in System.Hapistrano.Config

Methods

(==) :: Config -> Config -> Bool #

(/=) :: Config -> Config -> Bool #

Ord Config Source # 
Instance details

Defined in System.Hapistrano.Config

data CopyThing Source #

Information about source and destination locations of a file/directory to copy.

data Target Source #

Datatype that holds information about the target host.

Instances

Instances details
Show Target Source # 
Instance details

Defined in System.Hapistrano.Config

Eq Target Source # 
Instance details

Defined in System.Hapistrano.Config

Methods

(==) :: Target -> Target -> Bool #

(/=) :: Target -> Target -> Bool #

Ord Target Source # 
Instance details

Defined in System.Hapistrano.Config

deployStateFilename :: String Source #

Constant with the name of the file used to store the deployment state information.

Orphan instances