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
|
||||
flags: +embed_data_files
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/doctemplates
|
||||
tag: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/citeproc
|
||||
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,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
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-extensions >= 0.2.1.2 && < 0.3,
|
||||
commonmark-pandoc >= 0.2.1.1 && < 0.3,
|
||||
|
@ -461,7 +461,7 @@ library
|
|||
deepseq >= 1.3 && < 1.5,
|
||||
directory >= 1.2.3 && < 1.4,
|
||||
doclayout >= 0.3.0.1 && < 0.4,
|
||||
doctemplates >= 0.9 && < 0.10,
|
||||
doctemplates >= 0.10 && < 0.11,
|
||||
emojis >= 0.1 && < 0.2,
|
||||
exceptions >= 0.8 && < 0.11,
|
||||
file-embed >= 0.0 && < 0.1,
|
||||
|
|
|
@ -11,10 +11,8 @@ extra-deps:
|
|||
- commonmark-pandoc-0.2.1.1
|
||||
- skylighting-core-0.11
|
||||
- skylighting-0.11
|
||||
- git: https://github.com/jgm/doctemplates
|
||||
commit: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81
|
||||
- git: https://github.com/jgm/citeproc
|
||||
commit: 4ce0501cd6f9c86eee087afcf878c256e49b9615
|
||||
- doctemplates-0.10
|
||||
- citeproc-0.4.1
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||
resolver: lts-18.0
|
||||
|
|
Loading…
Reference in a new issue