packages feed

leanpub-wreq-1.0.0.0: leanpub-wreq.cabal

cabal-version: 2.0

name: leanpub-wreq
version: 1.0.0.0

synopsis: Use the Leanpub API via Wreq
category: Web

description:
    This package helps you make requests to the
    <https://leanpub.com/help/api Leanpub API> in conjunction with
    the <https://hackage.haskell.org/package/wreq wreq> package.

homepage:    https://github.com/typeclasses/leanpub
bug-reports: https://github.com/typeclasses/leanpub/issues

author:     Chris Martin
maintainer: Chris Martin, Julie Moronuki

copyright: 2018 Typeclass Consulting, LLC
license: MIT
license-file: license.txt

build-type: Simple
tested-with: GHC==8.6.1

extra-source-files:
    changelog.md

library
    hs-source-dirs: library
    default-language: Haskell2010

    exposed-modules:
        Leanpub.Wreq

    build-depends:
        aeson
      , base >=4.10 && <5
      , bytestring
      , exceptions
      , lens
      , leanpub-concepts
      , rando
      , text
      , time
      , transformers
      , unordered-containers
      , wreq