yesod-paginator 0.2.2.1 → 0.2.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~persistentdep ~yesod
Dependency ranges changed: persistent, yesod
Files
- yesod-paginator.cabal +3/−3
yesod-paginator.cabal view
@@ -1,5 +1,5 @@ name: yesod-paginator-version: 0.2.2.1+version: 0.2.3 synopsis: A pagination approach for yesod description: Paginate a list showing a per-item widget and links to other pages homepage: http://github.com/pbrisbin/yesod-paginator@@ -17,8 +17,8 @@ build-depends: base >= 4 && < 5 , text >= 0.11 && < 0.12- , yesod >= 0.10 && < 0.11- , persistent >= 0.8 && < 0.9+ , yesod >= 1.0 && < 1.2+ , persistent >= 0.9 && < 0.10 , transformers ghc-options: -Wall