packages feed

yesod-paginator-0.4.0: yesod-paginator.cabal

name:                yesod-paginator
version:             0.4.0
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
license:             BSD3
license-file:        LICENSE
author:              Patrick Brisbin
maintainer:          pbrisbin@gmail.com
category:            Web, Yesod
build-type:          Simple
cabal-version:       >=1.6

library
  exposed-modules: Yesod.Paginator
                   Yesod.Paginator.Widget

  build-depends: base       >= 4    && < 5
               , text       >= 0.11 && < 0.12
               , yesod      >= 1.2  && < 1.3
               , persistent >= 1.2  && < 1.3
               , resourcet  >= 0.4.4
               , transformers

  ghc-options: -Wall

source-repository head
  type:         git
  location:     git://github.com/pbrisbin/yesod-paginator.git