mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-27 12:13:41 +03:00
Add type documentation
This commit is contained in:
parent
2653d984bb
commit
4d6b0b48fa
@ -37,9 +37,10 @@ data ReleaseFormat = Short -- ^ Standard release path following Capistrano
|
||||
| Long -- ^ Long release path including picoseconds for testing or people seriously into continuous deployment
|
||||
deriving (Show)
|
||||
|
||||
data HapistranoState = HapistranoState { config :: Config
|
||||
, timestamp :: Maybe String
|
||||
} deriving Show
|
||||
data HapistranoState =
|
||||
HapistranoState { config :: Config -- ^ Record containing Hapistrano configuration
|
||||
, timestamp :: Maybe String -- ^ Timestamp of this release
|
||||
} deriving Show
|
||||
|
||||
type Release = String
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user