BSD-3-Clause licensed and maintained by Mark Karpov
This version can be pinned in stack with:pagination-0.2.3@sha256:93e65561d1fb3838b773b9a07334dd5a378709770b4de974d63e9468e6bb62ae,1722

Module documentation for 0.2.3

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 the BSD 3-clause license.

Changes

Pagination 0.2.3

  • The test suite works with QuickCheck-2.19.

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.