packages feed

persistent-pagination 0.1.1.0 → 0.1.1.1

raw patch · 1 files changed

+3/−1 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

persistent-pagination.cabal view
@@ -1,7 +1,7 @@ cabal-version: 1.12  name:           persistent-pagination-version:        0.1.1.0+version:        0.1.1.1 synopsis:       Efficient and correct pagination for persistent or esqueleto queries. description:    Please see the README on GitHub at <https://github.com/parsonsmatt/persistent-pagination#readme> homepage:       https://github.com/parsonsmatt/persistent-pagination#readme@@ -67,3 +67,5 @@     , QuickCheck     , time   default-language: Haskell2010+  default-extensions:+    DerivingStrategies, StandaloneDeriving