diff options
-rw-r--r-- | pandoc.cabal | 4 |
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, |