summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-11-06 15:00:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-11-06 15:00:37 -0700
commit07775b5f4fbe108dde4bd3729552c613b8f8d122 (patch)
treebfbc1874497f9215ef73abf2f6207cb5ec2fe325 /pandoc.cabal
parent23c6f56bc5bb5f7a994a60ccf1bb914366d74f81 (diff)
cabal file: Made library and executable build-depends match.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 058378199..13b343d07 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -229,7 +229,8 @@ Executable pandoc
bytestring >= 0.9, zip-archive >= 0.1.1.4,
utf8-string >= 0.3, old-time >= 1,
HTTP >= 4000.0.5, texmath, xml >= 1.3.5 && < 1.4,
- random, extensible-exceptions
+ random, extensible-exceptions,
+ pandoc-types == 1.7.*
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb
else
@@ -238,7 +239,7 @@ Executable pandoc
Build-depends: highlighting-kate >= 0.2.7.1
cpp-options: -D_HIGHLIGHTING
if flag(citeproc)
- Build-depends: citeproc-hs >= 0.2
+ 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