packages feed

servant-pagination 2.4.0 → 2.4.1

raw patch · 3 files changed

+9/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,12 @@ # Changelog +## v2.4.1 (2021-10-11)+- Fix Travis CI++## v2.4.0 (2021-10-11)+- Update servant package bounds+- Forbid negative values for limit+ ## v2.3.0 (2020-03-05)  - Allow server-0.17 in executables
README.md view
@@ -1,4 +1,4 @@-# servant-pagination [![](https://img.shields.io/hackage/v/servant-pagination.svg)](https://hackage.haskell.org/package/servant-pagination) [![Build Status](https://travis-ci.org/chordify/haskell-servant-pagination.svg?branch=master)](https://travis-ci.org/chordify/haskell-servant-pagination)+# servant-pagination [![](https://img.shields.io/hackage/v/servant-pagination.svg)](https://hackage.haskell.org/package/servant-pagination) [![Build Status](https://travis-ci.com/chordify/haskell-servant-pagination.svg?branch=master)](https://app.travis-ci.com/github/chordify/haskell-servant-pagination)  ## Overview 
servant-pagination.cabal view
@@ -10,7 +10,7 @@     different fashions (pagination with offset / limit, endless scroll using     last referenced resources, ascending and descending ordering, etc.) version:-    2.4.0+    2.4.1 homepage:     https://github.com/chordify/haskell-servant-pagination bug-reports: