diff options
| author | John MacFarlane <[email protected]> | 2021-12-30 18:21:16 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2021-12-30 21:26:30 -0800 |
| commit | 2811468016186d05e338c2540c8fe0ea265a8c61 (patch) | |
| tree | 085ef1b5b41be221fdf7301170631cc4b9dc5b88 /stack.yaml | |
| parent | 822e1d6cdc4ab6dbd0c0bad4c62fd02d1bda1bef (diff) | |
Use latest commonmark-hs.
This allows a bare-word class attribute on fenced divs,
as pandoc's Markdown reader now does.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml index 94121b116..c3f1e0c43 100644 --- a/stack.yaml +++ b/stack.yaml @@ -29,7 +29,6 @@ extra-deps: - pandoc-lua-marshal-0.1.3 - pandoc-types-1.22.1 - commonmark-0.2.1.1 -- commonmark-extensions-0.2.2.1 - citeproc-0.6 - aeson-pretty-0.8.9 - unicode-transforms-0.4.0 @@ -39,8 +38,11 @@ extra-deps: - git: https://github.com/jgm/ipynb.git commit: 00246af10885c2ad4413ace4f69a7e6c88297a08 - git: https://github.com/jgm/commonmark-hs - commit: 4d460b206e0b1872376db86cadf7a4567eeddaed + commit: a60de5bb3d9905d0bc9d833e5df643f1130076b2 subdir: commonmark-pandoc +- git: https://github.com/jgm/commonmark-hs + commit: a60de5bb3d9905d0bc9d833e5df643f1130076b2 + subdir: commonmark-extensions ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-18.10 |
