zendesk-api-0.1.0.0: zendesk-api.cabal
name: zendesk-api
version: 0.1.0.0
synopsis: Zendesk API for Haskell programming language.
description: This is a library for accessing zendesk api using haskell bindings.
homepage: https://github.com/VictorDenisov/zendesk-api
license: MIT
license-file: LICENSE
author: Victor Denisov
maintainer: denisovenator@gmail.com
-- copyright:
category: API
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Zendesk
other-modules: Json
, Zendesk.Common
, Zendesk.User
-- other-extensions:
build-depends: aeson == 0.7.*
, base >=4.5 && <4.7
, bytestring == 0.10.0.2
, case-insensitive == 1.1.0.3
, conduit == 1.0.*
, connection == 0.2.*
, data-default == 0.5.*
, failure == 0.2.*
, http-client == 0.2.*
, http-client-tls == 0.2.*
, http-conduit == 2.0.0.3
, http-types == 0.8.3
, monad-logger == 0.3.*
, mtl == 2.1.2
, pem == 0.2.*
, text >= 0.11.3
, template-haskell == 2.8.0.0
, time == 1.4.0.1
, tls == 1.2.*
, transformers == 0.3.0.0
, unordered-containers == 0.2.*
, x509 == 1.4.*
, x509-store == 1.4.*
, x509-validation == 1.5.*
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/VictorDenisov/zendesk-api