BSD-3-Clause licensed and maintained by Mark Karpov
This version can be pinned in stack with:pagination-0.2.1@sha256:6d6056994270dd2f73f90f73537173e9cb0b30b53ee6f40cf87fd6475e5a9231,1911

Module documentation for 0.2.1

Pagination

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status Coverage Status

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

License

Copyright © 2016–2017 Mark Karpov

Distributed under BSD 3 clause license.

Changes

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.