Use latest dev commonmark, commonmark-extensions.
This commit is contained in:
parent
f3b0f19d7a
commit
495ae605e3
2 changed files with 8 additions and 5 deletions
|
@ -7,9 +7,13 @@ source-repository-package
|
|||
type: git
|
||||
location: https://github.com/jgm/citeproc.git
|
||||
tag: 32fcf268d8bac2825eddd3c51a9112112e5eaadb
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/commonmark-hs.git
|
||||
tag: e114359f413b95ef0f4b3d78956a76fcb38a4b2f
|
||||
tag: 3f7d9abcd5366576e308c1cd5dad91c7b4d4e31b
|
||||
subdir: commonmark
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/commonmark-hs.git
|
||||
tag: 3f7d9abcd5366576e308c1cd5dad91c7b4d4e31b
|
||||
subdir: commonmark-extensions
|
||||
|
|
|
@ -35,14 +35,13 @@ extra-deps:
|
|||
- unicode-transforms-0.4.0@rev:1
|
||||
- unicode-data-0.3.0
|
||||
- texmath-0.12.4
|
||||
- commonmark-extensions-0.2.3
|
||||
- commonmark-pandoc-0.2.1.2
|
||||
- ipynb-0.2
|
||||
- git: https://github.com/jgm/citeproc.git
|
||||
commit: 32fcf268d8bac2825eddd3c51a9112112e5eaadb
|
||||
- git: https://github.com/jgm/commonmark-hs.git
|
||||
commit: e114359f413b95ef0f4b3d78956a76fcb38a4b2f
|
||||
subdirs: [commonmark]
|
||||
commit: 3f7d9abcd5366576e308c1cd5dad91c7b4d4e31b
|
||||
subdirs: [commonmark, commonmark-extensions]
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||
resolver: lts-18.10
|
||||
|
|
Loading…
Add table
Reference in a new issue