-- This file has been generated from package.yaml by hpack version 0.7.0. -- -- see: https://github.com/sol/hpack name: flowdock-rest version: 0.1.0.0 synopsis: Flowdock REST API description: Bindings to the . . Currently there are only non-destructive operations. Also not all types are written out. category: Web homepage: https://github.com/futurice/haskell-flowdock-rest#readme bug-reports: https://github.com/futurice/haskell-flowdock-rest/issues author: Oleg Grenrus maintainer: Oleg Grenrus license: BSD3 license-file: LICENSE tested-with: GHC==7.8.4, GHC==7.10.2 build-type: Simple cabal-version: >= 1.10 extra-source-files: fixtures/flows.json fixtures/organisation-users.json fixtures/organisation.json fixtures/organisations.json fixtures/users.json README.md source-repository head type: git location: https://github.com/futurice/haskell-flowdock-rest library hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <4.9 , aeson >=0.8 && <0.10 , ansi-wl-pprint >=0.6 && <0.7 , binary >=0.7 && <0.8 , binary-orphans >=0.1.1 && <0.2 , binary-tagged >=0.1.1 && <0.2 , bytestring >=0.10 && <0.11 , deepseq >=1.3 && <1.5 , exceptions >=0.8 && <0.9 , generics-sop >=0.1 && <0.2 , hashable >=1.2 && <1.3 , http-client >=0.4 && <0.5 , http-client-tls >=0.2 && <0.3 , lens >=4.7 && <4.13 , semigroups >=0.16 && <0.17 , tagged >=0.7 && <0.9 , time >=1.4 && <1.6 , text >=1.2 && <1.3 , unordered-containers >=0.2 && <0.3 exposed-modules: Chat.Flowdock.REST Chat.Flowdock.REST.Auth Chat.Flowdock.REST.Common Chat.Flowdock.REST.Flow Chat.Flowdock.REST.Internal Chat.Flowdock.REST.Message Chat.Flowdock.REST.Organisation Chat.Flowdock.REST.Request Chat.Flowdock.REST.URLs Chat.Flowdock.REST.User Text.PrettyPrint.ANSI.Leijen.AnsiPretty default-language: Haskell2010 test-suite flowdock-rest-test type: exitcode-stdio-1.0 main-is: Tests.hs hs-source-dirs: test ghc-options: -Wall build-depends: base >=4.7 && <4.9 , aeson >=0.8 && <0.10 , ansi-wl-pprint >=0.6 && <0.7 , binary >=0.7 && <0.8 , binary-orphans >=0.1.1 && <0.2 , binary-tagged >=0.1.1 && <0.2 , bytestring >=0.10 && <0.11 , deepseq >=1.3 && <1.5 , exceptions >=0.8 && <0.9 , generics-sop >=0.1 && <0.2 , hashable >=1.2 && <1.3 , http-client >=0.4 && <0.5 , http-client-tls >=0.2 && <0.3 , lens >=4.7 && <4.13 , semigroups >=0.16 && <0.17 , tagged >=0.7 && <0.9 , time >=1.4 && <1.6 , text >=1.2 && <1.3 , unordered-containers >=0.2 && <0.3 , flowdock-rest , tasty >=0.10 && <0.12 , tasty-quickcheck >=0.8 && <0.9 , file-embed >=0.0.9 default-language: Haskell2010