Require latest commonmark, commonmark-extensions.
Fixes a bug with `autolink_bare_uris` and commonmark.
This commit is contained in:
parent
06d3071090
commit
9de386352a
2 changed files with 4 additions and 4 deletions
|
@ -405,8 +405,8 @@ library
|
|||
bytestring >= 0.9 && < 0.12,
|
||||
case-insensitive >= 1.2 && < 1.3,
|
||||
citeproc >= 0.1.1 && < 0.2,
|
||||
commonmark >= 0.1.1.1 && < 0.2,
|
||||
commonmark-extensions >= 0.2.0.3 && < 0.3,
|
||||
commonmark >= 0.1.1.2 && < 0.2,
|
||||
commonmark-extensions >= 0.2.0.4 && < 0.3,
|
||||
commonmark-pandoc >= 0.2 && < 0.3,
|
||||
connection >= 0.3.1,
|
||||
containers >= 0.4.2.1 && < 0.7,
|
||||
|
|
|
@ -19,8 +19,8 @@ extra-deps:
|
|||
- HsYAML-0.2.1.0
|
||||
- HsYAML-aeson-0.2.0.0
|
||||
- doctemplates-0.8.2
|
||||
- commonmark-0.1.1.1
|
||||
- commonmark-extensions-0.2.0.3
|
||||
- commonmark-0.1.1.2
|
||||
- commonmark-extensions-0.2.0.4
|
||||
- commonmark-pandoc-0.2.0.1
|
||||
- citeproc-0.1.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue