packages feed

webex-teams-conduit-0.2.0.0: webex-teams-conduit.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0b969920bb9c72d20588717290eebeab1554540006115afc12e048113d22670a

name:           webex-teams-conduit
version:        0.2.0.0
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,2018 Naoto Shimazaki
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.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-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