Use commonmark-extensions, commonmark-pandoc 0.2.
This commit is contained in:
parent
490f34dee5
commit
e17b4718d4
2 changed files with 5 additions and 10 deletions
|
@ -422,9 +422,9 @@ library
|
|||
JuicyPixels >= 3.1.6.1 && < 3.4,
|
||||
Glob >= 0.7 && < 0.11,
|
||||
doctemplates >= 0.8.2 && < 0.9,
|
||||
commonmark-pandoc >= 0.1,
|
||||
commonmark >= 0.1,
|
||||
commonmark-extensions >= 0.1,
|
||||
commonmark-pandoc >= 0.2 && < 0.3,
|
||||
commonmark >= 0.1 && < 0.2,
|
||||
commonmark-extensions >= 0.2 && < 0.3,
|
||||
network-uri >= 2.6 && < 2.7,
|
||||
network >= 2.6,
|
||||
connection >= 0.3.1,
|
||||
|
|
|
@ -28,13 +28,8 @@ extra-deps:
|
|||
- HsYAML-aeson-0.2.0.0
|
||||
- doctemplates-0.8.2
|
||||
- commonmark-0.1.0.0
|
||||
#- commonmark-extensions-0.1.0.0
|
||||
#- commonmark-pandoc-0.1.0.0
|
||||
- git: https://github.com/jgm/commonmark-hs
|
||||
commit: 8d4442abc443ce0100cc87af797e7df9a72b9b9a
|
||||
subdirs:
|
||||
- commonmark-extensions
|
||||
- commonmark-pandoc
|
||||
- commonmark-extensions-0.2.0.0
|
||||
- commonmark-pandoc-0.2.0.0
|
||||
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||
|
|
Loading…
Reference in a new issue