diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-25 18:03:57 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-25 18:03:57 -0700 |
commit | d98dde07c986287ae906dee2b2924335ae2c3572 (patch) | |
tree | 3d5e216d64fcd26048baf29e5c92a39a6a3e40fa | |
parent | fe72c9bbe441677314cc79c9c461afd6522ee8f1 (diff) | |
download | pandoc-d98dde07c986287ae906dee2b2924335ae2c3572.tar.gz |
Used released pandoc-citeproc 0.16.3.
-rw-r--r-- | cabal.project | 2 | ||||
-rw-r--r-- | stack.yaml | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/cabal.project b/cabal.project index 433906d76..99a7dd16b 100644 --- a/cabal.project +++ b/cabal.project @@ -11,4 +11,4 @@ package pandoc-citeproc source-repository-package type: git location: https://github.com/jgm/pandoc-citeproc - tag: 860788f105cc9b3fec2ab062d993b7aebd68c9c0 + tag: 0.16.3 diff --git a/stack.yaml b/stack.yaml index 50a6c8fe1..94c13e755 100644 --- a/stack.yaml +++ b/stack.yaml @@ -11,9 +11,7 @@ flags: packages: - '.' extra-deps: -# - pandoc-citeproc-0.16.2 -- git: https://github.com/jgm/pandoc-citeproc - commit: 860788f105cc9b3fec2ab062d993b7aebd68c9c0 +- pandoc-citeproc-0.16.3 - pandoc-types-1.17.6.1 - texmath-0.11.2.3 - skylighting-0.8.2.1 |