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

Safe HaskellNone

Debian.Debianize.Finalize

Description

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

Synopsis

Documentation

finalizeDebianization :: Atoms -> AtomsSource

Now that we know the build and data directories, we can expand some atoms into sets of simpler atoms which can eventually be turned into the files of the debianization. The original atoms are not removed from the list because they may contribute to the debianization in other ways, so be careful not to do this twice, this function is not idempotent. (Exported for use in unit tests.)