summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-11-06 14:43:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-11-06 14:43:23 -0700
commitf7f6b2427d5bef595b819d30f16fb332397349d3 (patch)
treea2fa101d6b15fbde1b0690761158ce05a2b2ea15 /pandoc.cabal
parentdb037418477d9b85be15bc8f76b0ebc016f03668 (diff)
Changes to use citeproc-hs 0.3.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index aad149c8a..058378199 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -168,7 +168,7 @@ Library
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