diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-03-11 10:23:06 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-03-11 10:23:06 -0800 |
| commit | d523eca3d3d1387d477e48c5269f59800ac3281d (patch) | |
| tree | 857d89a77c9cc5cda4567e72de5eae0aa2a0403c /cabal.project | |
| parent | 517bceeba81cf645e428e217d1cc518a8fcd34d7 (diff) | |
Use dev version of pandoc-types.
This allows toJSONFilter to work with Meta and MetaValue.
Diffstat (limited to 'cabal.project')
| -rw-r--r-- | cabal.project | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 0e79c1daa..e94433879 100644 --- a/cabal.project +++ b/cabal.project @@ -15,6 +15,11 @@ source-repository-package source-repository-package type: git + location: https://github.com/jgm/pandoc-types.git + tag: feb3a90a17334ab314f63b2de3ec0c7dd59b4be0 + +source-repository-package + type: git location: https://github.com/jgm/commonmark-hs.git tag: cc815e013f0d87eef3daef8ad9e376ad807b012b subdir: commonmark |
