debian-4.0.2: Modules for working with the Debian package system
Safe HaskellNone
LanguageHaskell98

Debian.VendorURI

Documentation

newtype VendorURI Source #

Constructors

VendorURI 

Fields

Instances

Instances details
Eq VendorURI Source # 
Instance details

Defined in Debian.VendorURI

Methods

(==) :: VendorURI -> VendorURI -> Bool

(/=) :: VendorURI -> VendorURI -> Bool

Ord VendorURI Source # 
Instance details

Defined in Debian.VendorURI

Methods

compare :: VendorURI -> VendorURI -> Ordering

(<) :: VendorURI -> VendorURI -> Bool

(<=) :: VendorURI -> VendorURI -> Bool

(>) :: VendorURI -> VendorURI -> Bool

(>=) :: VendorURI -> VendorURI -> Bool

max :: VendorURI -> VendorURI -> VendorURI

min :: VendorURI -> VendorURI -> VendorURI

Show VendorURI Source # 
Instance details

Defined in Debian.VendorURI

Methods

showsPrec :: Int -> VendorURI -> ShowS

show :: VendorURI -> String

showList :: [VendorURI] -> ShowS

parseVendorURI :: [Loc] -> String -> Maybe VendorURI Source #