BSD-3-Clause licensed and maintained by Mark Karpov
This version can be pinned in stack with:pagination-0.2.2@sha256:28b5288f2c62c0a8adcac4651d9e2905d44477341e75fbdd1d887db63658091a,1668

Module documentation for 0.2.2

Pagination

License BSD3 Hackage Stackage Nightly Stackage LTS CI

The package implements pagination boilerplate in a framework-agnostic way.

Contribution

Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.

Pull requests are also welcome.

License

Copyright © 2016–present Mark Karpov

Distributed under BSD 3 clause license.

Changes

Pagination 0.2.2

  • Works with 9.0.1. Dropped support for GHC 8.6 and older.

Pagination 0.2.1

  • Fix test suite failure with QuickCheck-2.10.

Pagination 0.2.0

  • Drop the Applicative instance of Paginated as it may lead to confusing results in certain cases.

  • Improved documentation and metadata.

Pagination 0.1.1

  • Relax constraint of paginate. We only need Functor here, not Monad.

Pagination 0.1.0

  • Initial release.