servant-pagination 2.2.1 → 2.2.2
raw patch · 2 files changed
+10/−5 lines, 2 filesdep ~servantdep ~servant-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: servant, servant-server
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- servant-pagination.cabal +5/−5
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Changelog +## v2.2.2 (2019-02-28)++- (oversight) Allow server-0.16 in executables++ ## v2.2.1 (2019-02-28) - Allow server-0.16
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.2.1+ 2.2.2 homepage: https://github.com/chordify/haskell-servant-pagination bug-reports:@@ -134,9 +134,9 @@ build-depends: base >= 4 && < 5 , aeson >= 1.2 && < 2- , servant >= 0.11 && < 0.16+ , servant >= 0.11 && < 0.17 , servant-pagination- , servant-server >= 0.11 && < 0.16+ , servant-server >= 0.11 && < 0.17 , warp >= 3.2 && < 4 hs-source-dirs:@@ -184,9 +184,9 @@ build-depends: base >= 4 && < 5 , aeson >= 1.2 && < 2- , servant >= 0.11 && < 0.15+ , servant >= 0.11 && < 0.17 , servant-pagination- , servant-server >= 0.11 && < 0.15+ , servant-server >= 0.11 && < 0.17 , warp >= 3.2 && < 4 hs-source-dirs: