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

Safe HaskellNone
LanguageHaskell98

Debian.Debianize.Files

Description

Convert a Debianization into a list of files that can then be written out.

Synopsis

Documentation

debianizationFileMap :: (Monad m, Functor m) => DebT m (Map FilePath Text) Source

Turn the Debianization into a list of files, making sure the text associated with each path is unique. Assumes that finalizeDebianization has already been called. (Yes, I'm considering building one into the other, but it is handy to look at the Debianization produced by finalizeDebianization in the unit tests.)