Use citeproc 0.6.0.1.
This commit is contained in:
parent
a30b29624e
commit
a416a2f243
3 changed files with 5 additions and 34 deletions
|
@ -3,30 +3,8 @@ tests: True
|
||||||
flags: +embed_data_files
|
flags: +embed_data_files
|
||||||
constraints: aeson >= 2.0.1.0
|
constraints: aeson >= 2.0.1.0
|
||||||
|
|
||||||
source-repository-package
|
|
||||||
type: git
|
|
||||||
location: https://github.com/jgm/commonmark-hs
|
|
||||||
tag: 530c6d93c9d7f84b1d71e10d23c1bfaee82e86bd
|
|
||||||
subdir: commonmark-pandoc
|
|
||||||
|
|
||||||
source-repository-package
|
|
||||||
type: git
|
|
||||||
location: https://github.com/jgm/commonmark-hs
|
|
||||||
tag: 530c6d93c9d7f84b1d71e10d23c1bfaee82e86bd
|
|
||||||
subdir: commonmark-extensions
|
|
||||||
|
|
||||||
source-repository-package
|
|
||||||
type: git
|
|
||||||
location: https://github.com/jgm/commonmark-hs
|
|
||||||
tag: 530c6d93c9d7f84b1d71e10d23c1bfaee82e86bd
|
|
||||||
subdir: commonmark
|
|
||||||
|
|
||||||
source-repository-package
|
source-repository-package
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/jgm/ipynb.git
|
location: https://github.com/jgm/ipynb.git
|
||||||
tag: 00246af10885c2ad4413ace4f69a7e6c88297a08
|
tag: 00246af10885c2ad4413ace4f69a7e6c88297a08
|
||||||
|
|
||||||
source-repository-package
|
|
||||||
type: git
|
|
||||||
location: https://github.com/jgm/citeproc.git
|
|
||||||
tag: 81f8a77b7378f3e7305fb0ea1554e9a4726d4ade
|
|
||||||
|
|
|
@ -459,7 +459,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.6 && < 0.7,
|
citeproc >= 0.6.0.1 && < 0.7,
|
||||||
commonmark >= 0.2.1.1 && < 0.3,
|
commonmark >= 0.2.1.1 && < 0.3,
|
||||||
commonmark-extensions >= 0.2.2 && < 0.3,
|
commonmark-extensions >= 0.2.2 && < 0.3,
|
||||||
commonmark-pandoc >= 0.2.1.1 && < 0.3,
|
commonmark-pandoc >= 0.2.1.1 && < 0.3,
|
||||||
|
|
15
stack.yaml
15
stack.yaml
|
@ -33,19 +33,12 @@ extra-deps:
|
||||||
- unicode-transforms-0.4.0
|
- unicode-transforms-0.4.0
|
||||||
- unicode-data-0.2.0
|
- unicode-data-0.2.0
|
||||||
- texmath-0.12.4
|
- texmath-0.12.4
|
||||||
|
- commonmark-0.2.1.1
|
||||||
|
- commonmark-extensions-0.2.2.1
|
||||||
|
- commonmark-pandoc-0.2.1.1
|
||||||
|
- citeproc-0.6.0.1
|
||||||
- git: https://github.com/jgm/ipynb.git
|
- git: https://github.com/jgm/ipynb.git
|
||||||
commit: 00246af10885c2ad4413ace4f69a7e6c88297a08
|
commit: 00246af10885c2ad4413ace4f69a7e6c88297a08
|
||||||
- git: https://github.com/jgm/citeproc.git
|
|
||||||
commit: 81f8a77b7378f3e7305fb0ea1554e9a4726d4ade
|
|
||||||
- git: https://github.com/jgm/commonmark-hs
|
|
||||||
commit: 530c6d93c9d7f84b1d71e10d23c1bfaee82e86bd
|
|
||||||
subdir: commonmark
|
|
||||||
- git: https://github.com/jgm/commonmark-hs
|
|
||||||
commit: 530c6d93c9d7f84b1d71e10d23c1bfaee82e86bd
|
|
||||||
subdir: commonmark-pandoc
|
|
||||||
- git: https://github.com/jgm/commonmark-hs
|
|
||||||
commit: 530c6d93c9d7f84b1d71e10d23c1bfaee82e86bd
|
|
||||||
subdir: commonmark-extensions
|
|
||||||
ghc-options:
|
ghc-options:
|
||||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||||
resolver: lts-18.10
|
resolver: lts-18.10
|
||||||
|
|
Loading…
Reference in a new issue