gitter-0.0.0.1: gitter.cabal
name: gitter
version: 0.0.0.1
cabal-version: >=1.10
build-type: Simple
license: GPL-3
license-file: LICENSE
maintainer: Yuriy Syrovetskiy <cblp@cblp.su>
synopsis: Gitter.im API client
description:
Gitter.im is a programmers-oriented GitHub-based web-chat.
This package provides a (partial) implementation of its API.
category: API, Network
source-repository head
type: git
location: https://github.com/cblp/haskell-gitter.git
library
exposed-modules:
Network.Gitter
Network.Gitter.Monad
Network.Gitter.Types
build-depends:
aeson >=0.8.0.2 && <0.9,
base >=4.8.1.0 && <4.9,
bytestring >=0.10.6.0 && <0.11,
exceptions >=0.8.0.2 && <0.9,
lens >=4.12.3 && <4.13,
lens-aeson >=1.0.0.4 && <1.1,
mtl >=2.2.1 && <2.3,
text >=1.2.1.3 && <1.3,
wreq >=0.4.0.0 && <0.5
default-language: Haskell2010
default-extensions: GeneralizedNewtypeDeriving OverloadedStrings
RecordWildCards StandaloneDeriving TemplateHaskell
hs-source-dirs: src
other-modules:
Control.Monad.Trans.X
Data.String.X