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,