From f911bae39e99cceec42b31127ea9a91b0e701c44 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 30 Jan 2011 08:26:52 -0800 Subject: Depend on citeproc >= 0.3.1. --- pandoc.cabal | 4 ++-- 1 file 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, -- cgit v1.2.3