diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-12-04 19:52:43 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-12-04 19:52:43 -0800 |
| commit | ff56d43b50aaeeea014f5c6135aeb8a5123f32cf (patch) | |
| tree | d299c918f36415bb9478889a78602029057d3e87 /cabal.project | |
| parent | 970189bc1d0f0080cd8bfad5d3e220061a7dfbd4 (diff) | |
Use dev commonmark-extensions, commonmark-pandoc.
Diffstat (limited to 'cabal.project')
| -rw-r--r-- | cabal.project | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 2082e244a..eb46921fb 100644 --- a/cabal.project +++ b/cabal.project @@ -9,5 +9,17 @@ constraints: skylighting-format-blaze-html >= 0.1.1.1, source-repository-package type: git + location: https://github.com/jgm/commonmark-hs + subdir: commonmark-extensions + tag: f93cdaf1f13dfb9ae5a315d60a4b72ae9fc3112e + +source-repository-package + type: git + location: https://github.com/jgm/commonmark-hs + subdir: commonmark-pandoc + tag: f93cdaf1f13dfb9ae5a315d60a4b72ae9fc3112e + +source-repository-package + type: git location: https://github.com/jgm/typst-hs tag: 2a92d6b61b077ad6eaff857f45aa50004658082e |
