[Haskell-cafe] ANN: ReviewBoard 0.1 bindings

Adam Smyczek adam.smyczek at gmail.com
Thu May 1 02:28:50 EDT 2008


This package is part of a development tool designed to monitor code  
changes,
analyze dependencies etc. Actually, we are still in process to  
develop the tool
and this binding is the first functional ready package others might be
interested in as well.

The package contains a basic set of API calls to ReviewBoard server
and a small demo app, a command line tool that makes submitting
new code review requests as easy as:
svn diff | mkrr -r [reviewers]
(ReviewBoard does not support darcs) :(
For details see haddock documentation.

The ReviewBoard project page:
http://code.google.com/p/reviewboard/

And the bindings on hackage:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ 
ReviewBoard-0.1

A thanks to this list for help with this project and help in
getting started with Haskell by following many good threads.

Adam




More information about the Haskell-Cafe mailing list