-- Initial flowdock.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: flowdock version: 0.3.0.1 synopsis: Flowdock client library for Haskell -- description: homepage: https://github.com/brewtown/hs-flowdock license: MIT license-file: LICENSE author: Ian Duncan maintainer: ian@brewtown.co -- copyright: category: Web build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Chat.Flowdock, Chat.Flowdock.Internal -- other-modules: -- other-extensions: build-depends: base >=4.6 && <5, aeson >= 0.8 && < 0.10, lens >= 4 && < 5, lens-action, http-client >= 0.3.8 && < 0.5, http-client-tls >= 0.2 && < 0.3, mtl >= 2 && < 3, text >= 1 && < 2, bytestring >= 0.9 && < 1, template-haskell, unordered-containers >= 0.2 && < 0.3, base64-bytestring, uuid, pipes, pipes-http, pipes-parse, pipes-aeson, network hs-source-dirs: src default-language: Haskell2010