diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-10-13 22:44:05 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-10-13 22:44:05 -0700 |
commit | 1122d22a2cc5cc9584851465a264f1ce12277bd4 (patch) | |
tree | b13f3d8f8965d6658d7ce98b0344de26023ca57c | |
parent | e0da02623e305e2cb0edfbc3e6f4020ae4cad2c2 (diff) | |
download | pandoc-1122d22a2cc5cc9584851465a264f1ce12277bd4.tar.gz |
Use citeproc 0.1.0.1.
-rw-r--r-- | cabal.project | 2 | ||||
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | stack.yaml | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/cabal.project b/cabal.project index 6649f1768..96baad8cc 100644 --- a/cabal.project +++ b/cabal.project @@ -7,4 +7,4 @@ package pandoc source-repository-package type: git location: https://github.com/jgm/citeproc - tag: ea3a2b3827df61595ec16408c904ecda96bbdc5f + tag: 0.1.0.1 diff --git a/pandoc.cabal b/pandoc.cabal index 43dade24c..86a4182dd 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -404,7 +404,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.12, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.1 && < 0.2, + citeproc >= 0.1.0.1 && < 0.2, commonmark >= 0.1.0.2 && < 0.2, commonmark-extensions >= 0.2 && < 0.3, commonmark-pandoc >= 0.2 && < 0.3, diff --git a/stack.yaml b/stack.yaml index 0180fc344..488b3da16 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,8 +22,7 @@ extra-deps: - commonmark-0.1.0.2 - commonmark-extensions-0.2.0.1 - commonmark-pandoc-0.2.0.1 -- git: https://github.com/jgm/citeproc - commit: ea3a2b3827df61595ec16408c904ecda96bbdc5f +- citeproc-0.1.0.1 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |