chatwork-0.1.0.0: chatwork.cabal
name: chatwork
version: 0.1.0.0
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
copyright: 2017 MATSUBARA Nobutada
maintainer: MATSUBARA Nobutada
homepage: https://github.com/matsubara0507/chatwork#readme
bug-reports: https://github.com/matsubara0507/chatwork/issues
synopsis: The ChatWork API in Haskell
description:
See README at <https://github.com/matsubara0507/chatwork#readme>
category: Web
author: MATSUBARA Nobutada
source-repository head
type: git
location: https://github.com/matsubara0507/chatwork
library
exposed-modules:
ChatWork
ChatWork.Endpoints
ChatWork.Endpoints.Me
ChatWork.Endpoints.My
ChatWork.Endpoints.Contacts
ChatWork.Endpoints.Rooms
ChatWork.Endpoints.IncomingRequests
ChatWork.MonadHttpIO
ChatWork.Types
ChatWork.Types.Base
ChatWork.Types.Error
ChatWork.Types.Me
ChatWork.Types.My
ChatWork.Types.Contacts
ChatWork.Types.Rooms
ChatWork.Types.IncomingRequests
ChatWork.Utils
build-depends:
base >=4.7 && <5,
aeson >=1.0.2.1 && <1.1,
aeson-casing >=0.1.0.5 && <0.2,
bytestring >=0.10.8.1 && <0.11,
connection >=0.2.8 && <0.3,
data-default-class >=0.1.2.0 && <0.2,
http-client >=0.5.7.0 && <0.6,
http-client-tls >=0.3.5 && <0.4,
http-types >=0.9.1 && <0.10,
req >=0.3.0 && <0.4,
text >=1.2.2.1 && <1.3
default-language: Haskell2010
hs-source-dirs: src
other-modules:
ChatWork.Internal
ghc-options: -Wall