cabal-debian-3.0.3: Create a debianization for a cabal package

Safe HaskellNone

Debian.Debianize.Input

Description

Read an existing Debianization from a directory file.

Synopsis

Documentation

inputCopyright :: PackageDescription -> IO TextSource

Try to read the license file specified in the cabal package, otherwise return a text representation of the License field.

inputMaintainer :: Atoms -> IO (Maybe NameAddr)Source

Try to compute the debian maintainer from the maintainer field of the cabal package, or from the value returned by getDebianMaintainer.