cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack name: webex-teams-pipes version: 0.2.0.1 synopsis: Pipes wrapper of Webex Teams List API description: Please see the README on Github at category: Web homepage: https://github.com/nshimaza/webex-teams-api#readme bug-reports: https://github.com/nshimaza/webex-teams-api/issues author: Naoto Shimazaki maintainer: Naoto.Shimazaki@gmail.com copyright: 2017-2020 Naoto Shimazaki license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/nshimaza/webex-teams-api library exposed-modules: Network.WebexTeams.Pipes other-modules: Paths_webex_teams_pipes hs-source-dirs: src build-depends: base >=4.7 && <5 , pipes , webex-teams-api default-language: Haskell2010 executable webex-teams-pipes-exe main-is: Main.hs other-modules: Paths_webex_teams_pipes hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , data-default , http-client , optparse-applicative , pipes , text , utf8-string , webex-teams-api , webex-teams-pipes default-language: Haskell2010 test-suite webex-teams-conduit-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Network.WebexTeams.PipesSpec Paths_webex_teams_pipes hs-source-dirs: test ghc-options: -rtsopts build-tool-depends: hspec-discover:hspec-discover build-depends: aeson , async , base >=4.7 && <5 , bytestring , data-default , hspec , http-conduit , http-types , network-uri , pipes , text , wai , warp , webex-teams-api , webex-teams-pipes default-language: Haskell2010