campfire-0.1.1: campfire.cabal
name: campfire
version: 0.1.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
<http://www.campfirenow.com>.
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 <michael@michaelxavier.net>
maintainer: Michael Xavier <michael@michaelxavier.net>
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: base >= 4 && < 5,
aeson >= 0.3.2.12 && < 0.4,
bytestring >= 0.9.1.10 && < 0.10,
text >= 0.11.0.5 && < 0.12,
attoparsec >= 0.9 && < 0.10,
http-enumerator >= 0.7.1 && < 0.8,
mtl >= 2.0.1.0 && < 2.1,
time >= 1.2.0.3 && < 1.3,
transformers >= 0.2.2.0 && < 0.3,
http-types >= 0.6.0 && < 0.7,
url >= 2.1.2 && < 2.3,
haskell98 >= 1.1.0.1 && < 1.2,
containers >= 0.4.0.0 && < 0.5
source-repository head
type: git
location: git://github.com/michaelxavier/Campfire.git