-
Notifications
You must be signed in to change notification settings - Fork 0
/
yesod-paginate.cabal
36 lines (32 loc) · 1.15 KB
/
yesod-paginate.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
-- 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: [email protected]
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