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

Safe HaskellNone
LanguageHaskell2010

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.