change-monger-0.0: Parse VCS changelogs into ChangeLogs

Text.ChangeMonger.Darcs

Synopsis

Documentation

darcsChanges :: String -> IO StringSource

Ask Darcs for changes in general; we accept an options argument which will be passed onto Darcs, so you can customize by using any of the many options to changes which Darcs understands.

darcsChangesAll :: IO StringSource

Nothing fancy: just get the entire repository history.

darcsChangesSince :: IO StringSource

Ask Darcs for all changes, since the last tag. Conscientious folks tag at every release, so this is a good heuristic.