Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/typeclasses/leanpub

Haskell client for the Leanpub API
https://github.com/typeclasses/leanpub

haskell haskell-library leanpub leanpub-api wreq

Last synced: 1 day ago
JSON representation

Haskell client for the Leanpub API

Awesome Lists containing this project

README

        

Packages in this repository:

- [leanpub-concepts] is a minimal package that just defines a common set of types
for working with the Leanpub API.

- [leanpub-wreq] helps you make requests to the Leanpub API in conjunction with
the [wreq] and [aeson] packages.

[aeson]: https://hackage.haskell.org/package/aeson
[leanpub-concepts]: https://hackage.haskell.org/package/leanpub-concepts
[leanpub-wreq]: https://hackage.haskell.org/package/leanpub-wreq
[wreq]: https://hackage.haskell.org/package/wreq

To build and test with all supported compiler versions:

nix build .#testConfigurations.all --no-link