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

Safe HaskellNone
LanguageHaskell98

Debian.Debianize.Finalize

Description

Compute the debianization of a cabal package.

Synopsis

Documentation

debianize :: (MonadIO m, Functor m) => DebT m () -> DebT m () Source

Given an Atoms value, get any additional configuration information from the environment, read the cabal package description and possibly the debian/changelog file, then generate and return the new debianization (along with the data directory computed from the cabal package description.)

finalizeDebianization :: (MonadIO m, Functor m) => DebT m () Source

Do some light IO and call finalizeDebianization.