pagination

Framework-agnostic pagination boilerplate

https://github.com/mrkkrp/pagination

Version on this page:0.2.1@rev:2
LTS Haskell 22.14:0.2.2@rev:1
Stackage Nightly 2024-03-28:0.2.2@rev:1
Latest on Hackage:0.2.2@rev:1

See all snapshots pagination appears in

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

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.