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

Safe HaskellNone

Debian.Debianize.Changelog

Synopsis

Documentation

filterEntries :: (DebianVersion -> Bool) -> ChangeLog -> ChangeLogSource

Apply a filter to the version numbers of the changelog entries.

dropFutureEntries :: DebianVersion -> ChangeLog -> ChangeLogSource

Filter out versions newer than the given one.

findChangelogEntry :: DebianVersion -> ChangeLog -> Maybe ChangeLogEntrySource

Find the log entry with the given version.