packages feed

gitter-0.5: gitter.cabal

name:           gitter
version:        0.5
                -- ^ ComVer
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.

maintainer:     Yuriy Syrovetskiy <cblp@cblp.su>
license:        BSD3
license-file:   LICENSE

build-type:     Simple
cabal-version:  >= 1.10
category:       API, Network

library
    build-depends:      aeson       >= 1.0.2.1  && < 1.5
                      , base        >= 4.9.1.0  && < 4.13
                      , bytestring  >= 0.10.8.1 && < 0.11
                      , exceptions  >= 0.8.3    && < 0.11
                      , lens        >= 4.15.1   && < 5
                      , lens-aeson  >= 1.0.1    && < 2
                      , mtl         >= 2.2.1    && < 3
                      , text        >= 1.2.2.1  && < 1.3
                      , wreq        >= 0.5.0.1  && < 0.6
    default-language:   Haskell2010
    exposed-modules:    Gitter
                        Gitter.Monad
                        Gitter.Types
    hs-source-dirs:     src
    other-modules:      Data.String.X

source-repository head
    type:     git
    location: https://github.com/cblp/haskell-gitter.git