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

Safe HaskellNone

Debian.Debianize.Details

Synopsis

Documentation

debianDefaultAtoms :: Monad m => DebT m ()Source

Some details about the debian repository - special cases for how some cabal packages are mapped to debian package names.

debianVersionSplits :: Map PackageName VersionSplitsSource

These are the instances of debian names changing that I know about. I know they really shouldn't be hard coded. Send a patch. Note that this inherits the lack of type safety of the mkPkgName function. (FIXME: Use combinators to construct this.)