Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Propellor.Types.OS
- type HostName = String
- type UserName = String
- type GroupName = String
- data System = System Distribution Architecture
- data Distribution
- data DebianSuite
- isStable :: DebianSuite -> Bool
- type Release = String
- type Architecture = String
Documentation
High level descritption of a operating system.
Constructors
System Distribution Architecture |
data DebianSuite Source
Debian has several rolling suites, and a number of stable releases, such as Stable "wheezy".
Constructors
Experimental | |
Unstable | |
Testing | |
Stable Release |
Instances
isStable :: DebianSuite -> Bool Source
type Architecture = String Source