Use released citeproc 0.5.
This commit is contained in:
parent
72823ad947
commit
4c6af94f1c
3 changed files with 2 additions and 8 deletions
|
@ -2,7 +2,3 @@ packages: pandoc.cabal
|
|||
tests: True
|
||||
flags: +embed_data_files
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/citeproc.git
|
||||
tag: 8d03cb722fac3ea8f17f432ac20abe35361df551
|
||||
|
|
|
@ -452,7 +452,7 @@ library
|
|||
blaze-markup >= 0.8 && < 0.9,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
case-insensitive >= 1.2 && < 1.3,
|
||||
citeproc >= 0.4.1 && < 0.4.2,
|
||||
citeproc >= 0.5 && < 0.6,
|
||||
commonmark >= 0.2.1 && < 0.3,
|
||||
commonmark-extensions >= 0.2.1.2 && < 0.3,
|
||||
commonmark-pandoc >= 0.2.1.1 && < 0.3,
|
||||
|
|
|
@ -13,9 +13,7 @@ extra-deps:
|
|||
- skylighting-0.11
|
||||
- doctemplates-0.10
|
||||
- texmath-0.12.3.1
|
||||
# - citeproc-0.4.1
|
||||
- git: https://github.com/jgm/citeproc.git
|
||||
commit: 8d03cb722fac3ea8f17f432ac20abe35361df551
|
||||
- citeproc-0.5
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||
resolver: lts-18.0
|
||||
|
|
Loading…
Add table
Reference in a new issue