Safe Haskell | None |
---|---|
Language | Haskell2010 |
Compute the debianization of a cabal package.
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.