summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-11-23 21:13:58 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-11-23 21:14:31 -0800
commit1b1287e888b02eef3f20e0ada90b51198dccbd3f (patch)
treec3da6fca989429cadfffbd4a8fa94ece5f42f223 /pandoc.cabal
parentbe909d2bfc31390af22530ce39cdc52c14eea388 (diff)
Removed citeproc flag and CPP conditionals.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal14
1 files changed, 3 insertions, 11 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 368fbb065..456e81790 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -145,9 +145,6 @@ Flag library
Flag wrappers
Description: Build the wrappers (markdown2pdf).
Default: True
-Flag citeproc
- Description: Compile in support for citeproc-hs bibliographic formatting.
- Default: True
Library
-- Note: the following material must be in both Library and Executable stanzas.
@@ -161,6 +158,7 @@ Library
utf8-string >= 0.3, old-time >= 1,
HTTP >= 4000.0.5, texmath >= 0.4, xml >= 1.3.5 && < 1.4,
random, extensible-exceptions,
+ citeproc-hs >= 0.3 && < 0.4,
pandoc-types == 1.7.*
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb
@@ -169,9 +167,6 @@ Library
if flag(highlighting)
Build-depends: highlighting-kate >= 0.2.7.1
cpp-options: -D_HIGHLIGHTING
- if flag(citeproc)
- Build-depends: citeproc-hs >= 0.3 && < 0.4
- cpp-options: -D_CITEPROC
if impl(ghc >= 6.12)
Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind
else
@@ -208,13 +203,12 @@ Library
Text.Pandoc.Writers.EPUB,
Text.Pandoc.S5,
Text.Pandoc.Templates
+ Text.Pandoc.Biblio
Other-Modules: Text.Pandoc.XML,
Text.Pandoc.UTF8,
Text.Pandoc.UUID,
Paths_pandoc
- if flag(citeproc)
- Exposed-Modules: Text.Pandoc.Biblio
if flag(library)
Buildable: True
else
@@ -232,6 +226,7 @@ Executable pandoc
utf8-string >= 0.3, old-time >= 1,
HTTP >= 4000.0.5, texmath, xml >= 1.3.5 && < 1.4,
random, extensible-exceptions,
+ citeproc-hs >= 0.3 && < 0.4,
pandoc-types == 1.7.*
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb
@@ -240,9 +235,6 @@ Executable pandoc
if flag(highlighting)
Build-depends: highlighting-kate >= 0.2.7.1
cpp-options: -D_HIGHLIGHTING
- if flag(citeproc)
- Build-depends: citeproc-hs >= 0.3 && < 0.4
- cpp-options: -D_CITEPROC
if impl(ghc >= 6.12)
Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind
else