summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-09 13:23:59 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-09 13:23:59 -0800
commit5c1c818501d063a5f66dbc6631f1f5a92e7e6dd5 (patch)
tree7fd3af0617b6ebdbc59c165c02d13a1eb3ffa8e3 /pandoc.cabal
parentd74e8d14a565a359126b6b1633c074f4591dc7c3 (diff)
Require citeproc-hs >= 0.3.4.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index a74febfea..538f26ce2 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -207,7 +207,7 @@ Library
xml >= 1.3.5 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
- citeproc-hs >= 0.3.1 && < 0.4,
+ citeproc-hs >= 0.3.4 && < 0.4,
pandoc-types == 1.8.*,
json >= 0.4 && < 0.6,
dlist >= 0.4 && < 0.6,
@@ -293,7 +293,7 @@ Executable pandoc
xml >= 1.3.5 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
- citeproc-hs >= 0.3.1 && < 0.4,
+ citeproc-hs >= 0.3.4 && < 0.4,
pandoc-types == 1.8.*,
json >= 0.4 && < 0.6,
dlist >= 0.4 && < 0.6,