packages feed

webex-teams-conduit-0.2.0.1: webex-teams-conduit.cabal

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-conduit
version:        0.2.0.1
synopsis:       Conduit wrapper of Webex Teams List API
description:    Please see the README on Github at <https://github.com/nshimaza/webex-teams-api#readme>
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.Conduit
  other-modules:
      Paths_webex_teams_conduit
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , conduit
    , webex-teams-api
  default-language: Haskell2010

executable webex-teams-conduit-exe
  main-is: Main.hs
  other-modules:
      Paths_webex_teams_conduit
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring
    , conduit
    , data-default
    , http-client
    , optparse-applicative
    , text
    , utf8-string
    , webex-teams-api
    , webex-teams-conduit
  default-language: Haskell2010

test-suite webex-teams-conduit-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Network.WebexTeams.ConduitSpec
      Paths_webex_teams_conduit
  hs-source-dirs:
      test
  ghc-options: -rtsopts
  build-tool-depends:
      hspec-discover:hspec-discover
  build-depends:
      aeson
    , async
    , base >=4.7 && <5
    , bytestring
    , conduit
    , data-default
    , hspec
    , http-conduit
    , http-types
    , network-uri
    , text
    , wai
    , warp
    , webex-teams-api
    , webex-teams-conduit
  default-language: Haskell2010