debian-4.0.4: Modules for working with the Debian package system
Safe HaskellSafe-Inferred
LanguageHaskell2010

Debian.Release

Description

This module name is spurious - Release is not an official term in the debian documentation.

Synopsis

Documentation

newtype Section Source #

A section of a repository such as main, contrib, non-free, restricted. The indexes for a section are located below the distribution directory.

Constructors

Section String 

Instances

Instances details
Eq Section Source # 
Instance details

Defined in Debian.Release

Methods

(==) :: Section -> Section -> Bool #

(/=) :: Section -> Section -> Bool #

Ord Section Source # 
Instance details

Defined in Debian.Release

Read Section Source # 
Instance details

Defined in Debian.Release

Show Section Source # 
Instance details

Defined in Debian.Release

data SubSection Source #

A package's subsection is only evident in its control information, packages from different subsections all reside in the same index.

Constructors

SubSection 

parseSection :: String -> SubSection Source #

Parse the value that appears in the Section field of a .changes file. (Does this need to be unesacped?)