cabal-debian-4.30.2: 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) => CabalT m () -> CabalT m () Source

debianize customize initializes the CabalT state from the environment and the cabal package description in (and possibly the debian/changelog file) from the current directory, then runs customize and finalizes the debianization so it is ready to be output.