diff options
-rw-r--r-- | cabal.project | 2 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project index 0a0619617..9680617a0 100644 --- a/cabal.project +++ b/cabal.project @@ -7,5 +7,5 @@ package pandoc source-repository-package type: git location: https://github.com/jgm/citeproc - tag: 36ed14c2af39fcba9815944b32a1fb330d51763b + tag: dc7ad5a8780d3bb12c437edf15f966f03c4be43f constraints: base16-bytestring < 1 diff --git a/stack.yaml b/stack.yaml index daf2af1cd..3b1458b19 100644 --- a/stack.yaml +++ b/stack.yaml @@ -7,7 +7,7 @@ packages: - '.' extra-deps: - git: https://github.com/jgm/citeproc - commit: 36ed14c2af39fcba9815944b32a1fb330d51763b + commit: dc7ad5a8780d3bb12c437edf15f966f03c4be43f - pandoc-types-1.22 - texmath-0.12.0.3 - rfc5051-0.2 |