diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-02-12 15:31:06 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-02-12 15:31:06 -0800 |
| commit | 4b1cddd292a1d0f9f8b69392488fd5f79c8d46ad (patch) | |
| tree | 67eabff58779355c9165455b8d46c70f750a4d4b /cabal.project | |
| parent | 3fa827ecf29dff6182ef56af28933f6382f65f96 (diff) | |
Depend on latest commonmark.
This resolves an issue with commonmark_x's support of
strikeout.
Diffstat (limited to 'cabal.project')
| -rw-r--r-- | cabal.project | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 814d983f9..fdd50eb84 100644 --- a/cabal.project +++ b/cabal.project @@ -7,3 +7,9 @@ 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 + subdir: commonmark |
