Use citeproc >= 0.3.0.4.
This commit is contained in:
parent
3d6ebc9051
commit
07c98eae50
3 changed files with 9 additions and 9 deletions
|
@ -6,7 +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
|
||||
-- source-repository-package
|
||||
-- type: git
|
||||
-- location: https://github.com/jgm/citeproc
|
||||
-- tag: d44e24696ab444090d0e63e321c3a573f68b2e74
|
||||
|
|
|
@ -410,7 +410,7 @@ library
|
|||
blaze-markup >= 0.8 && < 0.9,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
case-insensitive >= 1.2 && < 1.3,
|
||||
citeproc >= 0.3.0.3 && < 0.4,
|
||||
citeproc >= 0.3.0.4 && < 0.4,
|
||||
commonmark >= 0.1.1.3 && < 0.2,
|
||||
commonmark-extensions >= 0.2.0.4 && < 0.3,
|
||||
commonmark-pandoc >= 0.2 && < 0.3,
|
||||
|
|
|
@ -18,10 +18,10 @@ extra-deps:
|
|||
- commonmark-pandoc-0.2.0.1
|
||||
- doctemplates-0.9
|
||||
- texmath-0.12.1
|
||||
- citeproc:
|
||||
git: https://github.com/jgm/citeproc.git
|
||||
commit: d44e24696ab444090d0e63e321c3a573f68b2e74
|
||||
# - citeproc-0.3.0.3
|
||||
- citeproc-0.3.0.4
|
||||
# - citeproc:
|
||||
# git: https://github.com/jgm/citeproc.git
|
||||
# commit: d44e24696ab444090d0e63e321c3a573f68b2e74
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||
resolver: lts-16.23
|
||||
|
|
Loading…
Add table
Reference in a new issue