diff options
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index fdb4a5317..3a989f991 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -494,7 +494,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.13, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.9 && < 0.10, + citeproc >= 0.9.0.1 && < 0.10, commonmark >= 0.2.6.1 && < 0.3, commonmark-extensions >= 0.2.6 && < 0.3, commonmark-pandoc >= 0.2.3 && < 0.3, diff --git a/stack.yaml b/stack.yaml index ab5793854..2b9256383 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,7 +17,7 @@ extra-deps: - commonmark-pandoc-0.2.3 - typst-symbols-0.1.8.1 - texmath-0.12.10.2 -- citeproc-0.9 +- citeproc-0.9.0.1 - typst-0.8 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
