packages feed

hzulip-0.3.0.3: hzulip.cabal

name:                hzulip
version:             0.3.0.3
synopsis:            A haskell wrapper for the Zulip API.
description:         This a Zulip API wrapper for Haskell.
homepage:            https://github.com/yamadapc/hzulip
license:             GPL-2
license-file:        LICENSE
author:              Pedro Tacla Yamada
maintainer:          tacla.yamada@gmail.com
copyright:           Pedro Tacla Yamada <tacla.yamada@gmail.com> 2014
category:            Web
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     HZulip
  other-modules:       HZulip.Types
  build-depends:       base >=4 && <5
                     , wreq >=0.2 && <1
                     , lens >=4.4 && <5
                     , aeson >=0.7 && <1
                     , bytestring >=0.10 && <1
                     , text >=1.1 &&<1.2
                     , hspec >=1.11 && <2
  hs-source-dirs:      src
  default-language:    Haskell2010

test-suite hzulip-spec
  type:                exitcode-stdio-1.0
  main-is:             Spec.hs
  hs-source-dirs:      src
                     , test
  build-depends:       base >=4 && <5
                     , wreq >=0.2 && <1
                     , lens >=4.4 && <5
                     , aeson >=0.7 && <1
                     , bytestring >=0.10 && <1
                     , hspec >=1.11 && <2
  default-language:    Haskell2010