-- |A module for working with debian relationships 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