Use doctemplates 0.4.1 and citeproc 0.10.
This commit is contained in:
parent
cfa52e5824
commit
168b559c96
3 changed files with 8 additions and 15 deletions
|
@ -2,12 +2,7 @@ packages: pandoc.cabal
|
||||||
tests: True
|
tests: True
|
||||||
flags: +embed_data_files
|
flags: +embed_data_files
|
||||||
|
|
||||||
source-repository-package
|
#source-repository-package
|
||||||
type: git
|
# type: git
|
||||||
location: https://github.com/jgm/doctemplates
|
# location: https://github.com/jgm/citeproc
|
||||||
tag: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81
|
# tag: 4ce0501cd6f9c86eee087afcf878c256e49b9615
|
||||||
|
|
||||||
source-repository-package
|
|
||||||
type: git
|
|
||||||
location: https://github.com/jgm/citeproc
|
|
||||||
tag: 4ce0501cd6f9c86eee087afcf878c256e49b9615
|
|
||||||
|
|
|
@ -451,7 +451,7 @@ library
|
||||||
blaze-markup >= 0.8 && < 0.9,
|
blaze-markup >= 0.8 && < 0.9,
|
||||||
bytestring >= 0.9 && < 0.12,
|
bytestring >= 0.9 && < 0.12,
|
||||||
case-insensitive >= 1.2 && < 1.3,
|
case-insensitive >= 1.2 && < 1.3,
|
||||||
citeproc >= 0.4.0.1 && < 0.4.1,
|
citeproc >= 0.4.1 && < 0.4.2,
|
||||||
commonmark >= 0.2.1 && < 0.3,
|
commonmark >= 0.2.1 && < 0.3,
|
||||||
commonmark-extensions >= 0.2.1.2 && < 0.3,
|
commonmark-extensions >= 0.2.1.2 && < 0.3,
|
||||||
commonmark-pandoc >= 0.2.1.1 && < 0.3,
|
commonmark-pandoc >= 0.2.1.1 && < 0.3,
|
||||||
|
@ -461,7 +461,7 @@ library
|
||||||
deepseq >= 1.3 && < 1.5,
|
deepseq >= 1.3 && < 1.5,
|
||||||
directory >= 1.2.3 && < 1.4,
|
directory >= 1.2.3 && < 1.4,
|
||||||
doclayout >= 0.3.0.1 && < 0.4,
|
doclayout >= 0.3.0.1 && < 0.4,
|
||||||
doctemplates >= 0.9 && < 0.10,
|
doctemplates >= 0.10 && < 0.11,
|
||||||
emojis >= 0.1 && < 0.2,
|
emojis >= 0.1 && < 0.2,
|
||||||
exceptions >= 0.8 && < 0.11,
|
exceptions >= 0.8 && < 0.11,
|
||||||
file-embed >= 0.0 && < 0.1,
|
file-embed >= 0.0 && < 0.1,
|
||||||
|
|
|
@ -11,10 +11,8 @@ extra-deps:
|
||||||
- commonmark-pandoc-0.2.1.1
|
- commonmark-pandoc-0.2.1.1
|
||||||
- skylighting-core-0.11
|
- skylighting-core-0.11
|
||||||
- skylighting-0.11
|
- skylighting-0.11
|
||||||
- git: https://github.com/jgm/doctemplates
|
- doctemplates-0.10
|
||||||
commit: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81
|
- citeproc-0.4.1
|
||||||
- git: https://github.com/jgm/citeproc
|
|
||||||
commit: 4ce0501cd6f9c86eee087afcf878c256e49b9615
|
|
||||||
ghc-options:
|
ghc-options:
|
||||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||||
resolver: lts-18.0
|
resolver: lts-18.0
|
||||||
|
|
Loading…
Reference in a new issue