aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-30 08:26:52 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-30 08:26:52 -0800
commitf911bae39e99cceec42b31127ea9a91b0e701c44 (patch)
treec6c1c1daf04f33bc49d0aba0ea4ecb27be7c5ce6
parent71ca44db6e8893b0394e6cd38c637deee0524371 (diff)
downloadpandoc-f911bae39e99cceec42b31127ea9a91b0e701c44.tar.gz
Depend on citeproc >= 0.3.1.
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index e751f0373..17fcf80f5 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -203,7 +203,7 @@ Library
xml >= 1.3.5 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
- citeproc-hs >= 0.3 && < 0.4,
+ citeproc-hs >= 0.3.1 && < 0.4,
pandoc-types == 1.8.*,
json >= 0.4 && < 0.5,
dlist >= 0.4 && < 0.6,
@@ -287,7 +287,7 @@ Executable pandoc
xml >= 1.3.5 && < 1.4,
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
- citeproc-hs >= 0.3 && < 0.4,
+ citeproc-hs >= 0.3.1 && < 0.4,
pandoc-types == 1.8.*,
json >= 0.4 && < 0.5,
dlist >= 0.4 && < 0.6,