packages feed

ReviewBoard-0.1: ReviewBoard.cabal

Name:           ReviewBoard
Version:        0.1
Synopsis:		Haskell bindings to ReviewBoard
Description:    Haskell bindings to ReviewBoard (<http://code.google.com/p/reviewboard/>).
Author:         Adam Smyczek
Maintainer:     <adam.smyczek@gmail.com>
Category:       Development
License:        BSD3
License-file:   LICENSE
Cabal-Version:  >= 1.2
Build-type: 	Simple
extra-source-files: README Tests/Tests.hs example/mkrr.hs

Library
  Exposed-modules: 
                ReviewBoard.Api
                ReviewBoard.Core
                ReviewBoard.Browser
  Build-Depends:
                base, mtl, random,
                network, HTTP, json

Executable mkrr
  main-is:
                example/mkrr.hs
  other-modules:
                ReviewBoard.Api
                ReviewBoard.Core
                ReviewBoard.Browser
  Build-Depends:
                base, mtl, random, directory,
                network, HTTP, json