diff options
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 1 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/pandoc.cabal b/pandoc.cabal index 0fc7bc6f0..347099629 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -445,7 +445,7 @@ library                   blaze-markup          >= 0.8      && < 0.9,                   bytestring            >= 0.9      && < 0.12,                   case-insensitive      >= 1.2      && < 1.3, -                 citeproc              >= 0.3.0.7  && < 0.4, +                 citeproc              >= 0.3.0.9  && < 0.4,                   commonmark            >= 0.1.1.3  && < 0.2,                   commonmark-extensions >= 0.2.0.4  && < 0.3,                   commonmark-pandoc     >= 0.2      && < 0.3, diff --git a/stack.yaml b/stack.yaml index b126fec60..ea494552e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -8,6 +8,7 @@ extra-deps:  - hslua-1.3.0  - hslua-module-path-0.1.0  - jira-wiki-markup-1.3.4 +- citeproc-0.3.0.9  #- citeproc:  #  git: https://github.com/jgm/citeproc.git  #  commit: feb3b7580c6738eec3b23921f7c1739cfba611aa | 
