aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cabal.project4
-rw-r--r--stack.yaml8
-rw-r--r--test/command/pandoc-citeproc-chicago-fullnote-bibliography.md20
3 files changed, 17 insertions, 15 deletions
diff --git a/cabal.project b/cabal.project
index 348bedc7e..34b3837de 100644
--- a/cabal.project
+++ b/cabal.project
@@ -6,3 +6,7 @@ package pandoc
flags: +embed_data_files -trypandoc
ghc-options: -j +RTS -A64m -RTS
+source-repository-package
+ type: git
+ location: https://github.com/jgm/citeproc
+ tag: d44e24696ab444090d0e63e321c3a573f68b2e74
diff --git a/stack.yaml b/stack.yaml
index b8bdd372a..b2f8cf8fc 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -17,11 +17,11 @@ extra-deps:
- commonmark-extensions-0.2.0.4
- commonmark-pandoc-0.2.0.1
- doctemplates-0.9
-- citeproc-0.3.0.3
- texmath-0.12.1
-# - citeproc:
-# git: https://github.com/jgm/citeproc.git
-# commit: a8193fe375fa2354049bf9a967ba3bad4b1ba053
+- citeproc:
+ git: https://github.com/jgm/citeproc.git
+ commit: d44e24696ab444090d0e63e321c3a573f68b2e74
+# - citeproc-0.3.0.3
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-16.23
diff --git a/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md b/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md
index 4536342c6..d997d818b 100644
--- a/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md
+++ b/test/command/pandoc-citeproc-chicago-fullnote-bibliography.md
@@ -107,7 +107,7 @@ Sam Smith. Oxford: Oxford University Press, 2007.
[^5]: [30](#ref-item1), with suffix.
-[^6]: [*First Book*, 2005](#ref-item1); ["Article," *Journal of Generic
+[^6]: [*First Book*](#ref-item1); ["Article," *Journal of Generic
Studies* 6 (2006): 30](#ref-item2); see also [John Doe and Jenny
Roe, "Why Water Is Wet," in *Third Book*, ed. Sam Smith (Oxford:
Oxford University Press, 2007)](#ref-пункт3).
@@ -116,22 +116,20 @@ Sam Smith. Oxford: Oxford University Press, 2007.
and a citation without locators ([Doe and Roe, "Why Water Is
Wet"](#ref-пункт3)).
-[^8]: See [Doe, *First Book*, 2005, chap. 3](#ref-item1); also [Doe and
- Roe, "Why Water Is Wet," 34--35](#ref-пункт3).
+[^8]: See [Doe, *First Book*, chap. 3](#ref-item1); also [Doe and Roe,
+ "Why Water Is Wet," 34--35](#ref-пункт3).
-[^9]: See [Doe, *First Book*, 2005, 34--35](#ref-item1).
+[^9]: See [Doe, *First Book*, 34--35](#ref-item1).
[^10]: Some citations (see [Doe, chap. 3](#ref-item1); [Doe and Roe,
- "Why Water Is Wet"](#ref-пункт3); [Doe, "Article,"
- 2006](#ref-item2)).
+ "Why Water Is Wet"](#ref-пункт3); [Doe, "Article"](#ref-item2)).
-[^11]: [Doe, *First Book*, 2005, 33, 35--37](#ref-item1), and nowhere
- else.
+[^11]: [Doe, *First Book*, 33, 35--37](#ref-item1), and nowhere else.
-[^12]: [Doe, *First Book*, 2005](#ref-item1) and nowhere else.
+[^12]: [Doe, *First Book*](#ref-item1) and nowhere else.
[^13]: Like a citation without author: (), and again (), and now Doe
- with a locator (["Article," 2006, 44](#ref-item2)).
+ with a locator (["Article," 44](#ref-item2)).
-[^14]: *See* [Doe, *First Book*, 2005, 32](#ref-item1).
+[^14]: *See* [Doe, *First Book*, 32](#ref-item1).
```