Safe Haskell | None |
---|---|
Language | Haskell98 |
- data System = System Distribution Architecture
- data Distribution
- data DebianSuite
- isStable :: DebianSuite -> Bool
- type Release = String
- type Architecture = String
- type HostName = String
- type UserName = String
- newtype User = User UserName
- newtype Group = Group String
- userGroup :: User -> Group
- newtype Port = Port Int
Documentation
High level description of a operating system.
data Distribution Source
Debian DebianSuite | |
Buntish Release | A well-known Debian derivative founded by a space tourist. The actual name of this distribution is not used in Propellor per http://joeyh.name/blog/entry/trademark_nonsense/) |
data DebianSuite Source
Debian has several rolling suites, and a number of stable releases, such as Stable "jessie".
isStable :: DebianSuite -> Bool Source
type Architecture = String Source
Either a host name e.g., "haskell.org"
or a numeric host
address string consisting of a dotted decimal IPv4 address or an
IPv6 address e.g., "192.168.0.1"
.