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

Safe HaskellNone

Debian.Debianize.Finalize

Description

Compute the debianization of a cabal package.

Synopsis

Documentation

debianization :: (MonadIO m, Functor m) => DebT 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.