Are there tools that would be suitable for maintaining a changelog for a Cabal Haskell package?

Posted by Norman Ramsey on Stack Overflow See other posts from Stack Overflow or by Norman Ramsey
Published on 2010-04-08T01:27:43Z Indexed on 2010/04/08 1:33 UTC
Read the original article Hit count: 476

I'm working fast and furiously on a new Haskell package for compiler writers. I'm going through many minor version numbers daily, and the Haskell packaging system, Cabal, doesn't seem to offer any tools for updating version numbers or for maintaining a change log. (Logs are going into git but that's not visible to anyone using the package.) I would kill for something equivalent to Debian's uupdate or dch/debchange tools.

Does anyone know of general-purpose tools that could be used to increment version numbers automatically and add an entry to a change log?

© Stack Overflow or respective owner

Related posts about haskell

Related posts about cabal