-
Notifications
You must be signed in to change notification settings - Fork 18
/
yesod-markdown.cabal
41 lines (37 loc) · 1.34 KB
/
yesod-markdown.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
37
38
39
40
41
-- 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-markdown
Version: 0.2.1
Synopsis: Markdown processing for Yesod sites using Pandoc
Description: Process Markdown in Yesod sites.
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.Markdown, Yesod.Markdown.Macros
Build-depends: yesod
, pandoc
, containers
, bytestring
, utf8-string
, safe
source-repository head
type: git
location: git://github.com/ajdunlap/yesod-markdown.git