Use latest released versions of citeproc, texmath.
This commit is contained in:
parent
473c3f22ec
commit
47796aa89e
3 changed files with 4 additions and 15 deletions
|
@ -3,12 +3,3 @@ tests: True
|
|||
flags: +embed_data_files
|
||||
constraints: aeson >= 2.0.1.0
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/texmath
|
||||
tag: c884291bc6ee0ac7fc28d180d248c3e3c7d6fc62
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/citeproc
|
||||
tag: 647c5d292bbb6d9a8d683bcae0ba129c65086901
|
||||
|
|
|
@ -476,7 +476,7 @@ library
|
|||
blaze-markup >= 0.8 && < 0.9,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
case-insensitive >= 1.2 && < 1.3,
|
||||
citeproc >= 0.8 && < 0.9,
|
||||
citeproc >= 0.8.0.1 && < 0.9,
|
||||
commonmark >= 0.2.2 && < 0.3,
|
||||
commonmark-extensions >= 0.2.3.1 && < 0.3,
|
||||
commonmark-pandoc >= 0.2.1.2 && < 0.3,
|
||||
|
@ -522,7 +522,7 @@ library
|
|||
syb >= 0.1 && < 0.8,
|
||||
tagsoup >= 0.14.6 && < 0.15,
|
||||
temporary >= 1.1 && < 1.4,
|
||||
texmath >= 0.12.5 && < 0.12.6,
|
||||
texmath >= 0.12.5.1 && < 0.12.6,
|
||||
text >= 1.1.1.0 && < 2.1,
|
||||
text-conversions >= 0.3 && < 0.4,
|
||||
time >= 1.5 && < 1.14,
|
||||
|
|
|
@ -39,10 +39,8 @@ extra-deps:
|
|||
- commonmark-extensions-0.2.3.1
|
||||
- doclayout-0.4
|
||||
- doctemplates-0.10.0.2
|
||||
- git: https://github.com/jgm/citeproc
|
||||
commit: 647c5d292bbb6d9a8d683bcae0ba129c65086901
|
||||
- git: https://github.com/jgm/texmath
|
||||
commit: c884291bc6ee0ac7fc28d180d248c3e3c7d6fc62
|
||||
- citeproc-0.8.0.1
|
||||
- texmath-0.12.5.1
|
||||
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||
|
|
Loading…
Add table
Reference in a new issue