debian-1.2.1: Linspire/Debian/Relation.hs
-- |A module for working with debian relationships <http://www.debian.org/doc/debian-policy/ch-relationships.html>
module Linspire.Debian.Relation
( -- * Types
PkgName
, AndRelation
, OrRelation
, Relations
, Relation(..)
, ArchitectureReq(..)
, VersionReq(..)
-- * Helper Functions
, checkVersionReq
-- * Relation Parser
, RelParser
, ParseRelations(..)
) where
-- Local Modules
import Linspire.Debian.Relation.String