 | debian-1.2: A set of modules for working with debian control files and packages | Contents | Index |
|
| Linspire.Debian.Relation.Common |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| type PkgName = String |
|
| type Relations = AndRelation |
|
| type AndRelation = [OrRelation] |
|
| type OrRelation = [Relation] |
|
| data Relation |
| Constructors | | Instances | |
|
|
| class ParseRelations a where |
| | Methods | | | Instances | |
|
|
| data ArchitectureReq |
| Constructors | | Instances | |
|
|
| data VersionReq |
| Constructors | | Instances | |
|
|
| checkVersionReq :: Maybe VersionReq -> Maybe DebianVersion -> Bool |
| Check if a version number satisfies a version requirement.
|
|
| Produced by Haddock version 0.8 |