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

Safe HaskellNone
LanguageHaskell98

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 VersionSplits Source

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.)