cabal-debian-4.32.3: Create a Debianization for a Cabal package

Safe HaskellNone
LanguageHaskell2010

Debian.Debianize.CabalInfo

Contents

Synopsis

Types

data CabalInfo Source

Bits and pieces of information about the mapping from cabal package names and versions to debian package names and versions. In essence, an Atoms value represents a package's debianization. The lenses in this module are used to get and set the values hidden in this Atoms value. Many of the values should be left alone to be set when the debianization is finalized.

Lenses

Builder

newCabalInfo :: (MonadIO m, MonadMask m) => Flags -> m CabalInfo Source

Given the Flags value read the cabalization and build a new CabalInfo record.