yesod-pagination 0.5.0.0 → 0.5.1.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~shakespeare
Dependency ranges changed: base, shakespeare
Files
- yesod-pagination.cabal +3/−3
yesod-pagination.cabal view
@@ -1,5 +1,5 @@ name: yesod-pagination-version: 0.5.0.0+version: 0.5.1.0 synopsis: Pagination in Yesod description: Easy pagination for Yesod. homepage: https://github.com/joelteon/yesod-pagination@@ -13,10 +13,10 @@ library exposed-modules: Yesod.Paginate- build-depends: base >= 4.4 && < 4.7+ build-depends: base >= 4.4 && < 5 , data-default , esqueleto- , shakespeare+ , shakespeare >= 2 , text , yesod hs-source-dirs: src