houseman-0.1.0: A Haskell implementation of Foreman

Safe HaskellSafe
LanguageHaskell2010

Procfile.Types

Synopsis

Documentation

type Procfile = [App] Source

Procfile, that consists of a list of Apps.

type Env = (String, String) Source

An environmental variable.

data App Source

An app in Procfile.

Constructors

App 

Fields

name :: String
 
cmd :: String