Name: ReviewBoard Version: 0.1 Synopsis: Haskell bindings to ReviewBoard Description: Haskell bindings to ReviewBoard (). Author: Adam Smyczek Maintainer: 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