pagination

Framework-agnostic pagination boilerplate

https://github.com/mrkkrp/pagination

Version on this page:0.1.1
LTS Haskell 20.23:0.2.2
Stackage Nightly 2023-06-04:0.2.2
Latest on Hackage:0.2.2

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.1.1@sha256:9f9786959d3516f86aeda82ec1460b4a8ed18098f7813c6da834c60f89f36cda,3466

Module documentation for 0.1.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 Mark Karpov

Distributed under BSD 3 clause license.

Changes

Pagination 0.1.1

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

Pagination 0.1.0

  • Initial release.