Skip to content

Commit 564e275

Browse files
committed
Use released citeproc 0.12.
1 parent fc07b06 commit 564e275

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

cabal.project

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ flags: +embed_data_files
77
constraints: skylighting-format-blaze-html >= 0.1.1.3,
88
skylighting-format-context >= 0.1.0.2
99

10-
source-repository-package
11-
type: git
12-
location: https://github.com/jgm/citeproc.git
13-
tag: 0c062ce77056176d5901963c554053199b6592d5
14-
1510
source-repository-package
1611
type: git
1712
location: https://github.com/jgm/typst-hs.git

pandoc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ library
514514
blaze-markup >= 0.8 && < 0.9,
515515
bytestring >= 0.9 && < 0.13,
516516
case-insensitive >= 1.2 && < 1.3,
517-
citeproc >= 0.11 && < 0.12,
517+
citeproc >= 0.12 && < 0.13,
518518
commonmark >= 0.2.6.1 && < 0.3,
519519
commonmark-extensions >= 0.2.6 && < 0.3,
520520
commonmark-pandoc >= 0.2.3 && < 0.3,

stack.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ extra-deps:
1414
- hslua-objectorientation-2.4.0
1515
- hslua-packaging-2.3.2
1616
- typst-symbols-0.1.9.1
17-
- git: https://github.com/jgm/citeproc.git
18-
commit: 0c062ce77056176d5901963c554053199b6592d5
17+
- citeproc-0.12
1918
- git: https://github.com/jgm/typst-hs.git
2019
commit: 49996ca5c9dffd9ced5c5887f392908100595f28
2120
- git: https://github.com/jgm/texmath.git

0 commit comments

Comments
 (0)