-- yesod-markdown.cabal auto-generated by cabal init. For additional -- options, see -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. Name: yesod-paginate Version: 0.1 Synopsis: Pagination for Yesod sites. Description: License: BSD3 License-file: LICENSE Author: Alexander Dunlap Maintainer: alexander.dunlap@gmail.com Copyright: (c) 2010 Alexander Dunlap Category: Web, Yesod Build-type: Simple Stability: Alpha -- Extra files to be distributed with the package, such as examples or -- a README. -- Extra-source-files: -- Constraint on the version of Cabal needed to build this package. Cabal-version: >=1.6 flag ghc7 Library if flag(ghc7) build-depends: base >= 4.3 && < 5 cpp-options: -DGHC7 else build-depends: base >= 4 && < 4.3 Exposed-modules: Yesod.Paginate Build-depends: yesod, template-haskell source-repository head type: git location: git://github.com/ajdunlap/yesod-paginate.git