diff options
| author | John MacFarlane <[email protected]> | 2022-02-12 15:31:06 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-02-12 15:31:06 -0800 |
| commit | 4b1cddd292a1d0f9f8b69392488fd5f79c8d46ad (patch) | |
| tree | 67eabff58779355c9165455b8d46c70f750a4d4b /stack.yaml | |
| parent | 3fa827ecf29dff6182ef56af28933f6382f65f96 (diff) | |
Depend on latest commonmark.
This resolves an issue with commonmark_x's support of
strikeout.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/stack.yaml b/stack.yaml index 72be68094..8df7d0667 100644 --- a/stack.yaml +++ b/stack.yaml @@ -32,16 +32,17 @@ extra-deps: - pandoc-lua-marshal-0.1.4 - pandoc-types-1.22.1 - aeson-pretty-0.8.9 -- unicode-transforms-0.4.0 -- unicode-data-0.2.0 +- unicode-transforms-0.4.0@rev:1 +- unicode-data-0.3.0 - texmath-0.12.4 -- commonmark-0.2.1.1 - 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] ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-18.10 |
