Safe Haskell | None |
---|---|
Language | Haskell2010 |
- filterEntries :: (DebianVersion -> Bool) -> ChangeLog -> ChangeLog
- dropFutureEntries :: DebianVersion -> ChangeLog -> ChangeLog
- findChangelogEntry :: DebianVersion -> ChangeLog -> Maybe ChangeLogEntry
- mergeChangelogEntries :: ChangeLogEntry -> ChangeLogEntry -> ChangeLogEntry
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.