cabal-debian-4.27.1: Create a Debianization for a Cabal package

Safe HaskellNone
LanguageHaskell98

Debian.Debianize.Changelog

Synopsis

Documentation

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

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

dropFutureEntries :: DebianVersion -> ChangeLog -> ChangeLog Source

Filter out versions newer than the given one.

findChangelogEntry :: DebianVersion -> ChangeLog -> Maybe ChangeLogEntry Source

Find the log entry with the given version.