Skip to content

Commit

Permalink
Update from Hackage at 2019-02-04T00:34:14Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Feb 4, 2019
1 parent 99fc589 commit b14844a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions leanpub-concepts/1.0.0.1/leanpub-concepts.cabal
@@ -0,0 +1,39 @@
cabal-version: 2.0

name: leanpub-concepts
version: 1.0.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: 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.Concepts

build-depends:
base >=4.10 && <5
, bytestring
, text
1 change: 1 addition & 0 deletions leanpub-concepts/1.0.0.1/leanpub-concepts.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"e85dfc9e27ee792af0c9c4eb5885c6a5","Skein512_512":"52f86eb89a2151021136cf6de45b3b7a1f1e11a87b274d4ca3cd9c2bf1777230e6ad3d7c48a412859cebfacd177e2982626a1354cafecda5e6b709a7385199a1","SHA1":"e141a71378cdea57b2dc456ba77f3dc771cd6a5b","SHA512":"2a24fc87fd6e301cb4b550c25ab9600ae88656ff26ec9db5de63c438ae4298065152287e00697daeac861f970e4481a90187cea707ca470a456b7ee3eee28d64","SHA256":"0ccdc12d4d556b755085fa9a7b56461cd28f15bfbd546602a54856ec7314c6ed"},"package-locations":["https://hackage.haskell.org/package/leanpub-concepts-1.0.0.1/leanpub-concepts-1.0.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/leanpub-concepts-1.0.0.1.tar.gz"],"package-size":2233}

0 comments on commit b14844a

Please sign in to comment.