name: campfire version: 0.2.1 synopsis: Haskell implementation of the Campfire API description: Implements the Campfire REST API. Campfire is a business group chat system tailored specifically for work groups. Find out more at . Currently supports the entire API except for streaming and file uploads. Stability is listed as provisional because there are currently no formal tests in place. category: Web license: BSD3 license-file: LICENSE author: Michael Xavier maintainer: Michael Xavier cabal-version: >= 1.6 build-type: Simple extra-source-files: README homepage: http://github.com/michaelxavier/Campfire library Exposed-modules: Web.Campfire, Web.Campfire.Types, Web.Campfire.Monad Ghc-Options: -Wall build-depends: aeson >= 0.3.2.12 && < 0.7, base >= 4.5 && < 5, bytestring == 0.9.*, text == 0.11.*, filepath == 1.2.*, attoparsec >= 0.9 && < 0.11, http-enumerator == 0.7.*, mtl >= 2.0.1.0 && < 2.1, process == 1.1.*, time >= 1.2.0.3 && < 1.5, transformers >= 0.2.2.0 && < 0.4, http-types >= 0.6.0 && < 0.7, url >= 2.1.2 && < 2.3, old-locale == 1.0.*, containers >= 0.4.0.0 && < 0.5, unordered-containers == 0.2.* source-repository head type: git location: git://github.com/michaelxavier/Campfire.git