packages feed

gitter-0.1: gitter.cabal

name: gitter
version: 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.11.2.1 && <0.12,
        base >=4.9.0.0 && <4.10,
        bytestring >=0.10.8.1 && <0.11,
        exceptions >=0.8.3 && <0.9,
        lens ==4.14.*,
        lens-aeson >=1.0.0.5 && <1.1,
        mtl >=2.2.1 && <2.3,
        text >=1.2.2.1 && <1.3,
        wreq >=0.4.1.0 && <0.5
    default-language: Haskell2010
    hs-source-dirs: src
    other-modules:
        Control.Monad.Trans.X
        Data.String.X