packages feed

leanpub-concepts-1.1.0.1: leanpub-concepts.cabal

cabal-version: 2.0

name: leanpub-concepts
version: 1.1.0.1

synopsis: Types for the Leanpub API
category: Web

description:
    This is a minimal package that just defines a common set of types
    for working with the <https://leanpub.com/help/api Leanpub API>.

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

author:     Chris Martin
maintainer: Chris Martin, Julie Moronuki

copyright: 2021 Mission Valley Software LLC
license: MIT
license-file: license.txt

build-type: Simple
tested-with: GHC == 8.8.3, GHC == 8.10.3

extra-source-files:
    changelog.md

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

    exposed-modules:
        Leanpub.Concepts

    build-depends:
        base ^>= 4.13 || ^>= 4.14
      , bytestring ^>= 0.10 || ^>= 0.11
      , text ^>= 1.2.4