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 /stack.yaml | |
| parent | 517bceeba81cf645e428e217d1cc518a8fcd34d7 (diff) | |
Use dev version of pandoc-types.
This allows toJSONFilter to work with Meta and MetaValue.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 441029aaa..e6b8a0eef 100644 --- a/stack.yaml +++ b/stack.yaml @@ -30,7 +30,6 @@ extra-deps: - tasty-hslua-1.0.2 - tasty-lua-1.0.2 - pandoc-lua-marshal-0.1.5.1 -- pandoc-types-1.22.1 - aeson-pretty-0.8.9 - unicode-transforms-0.4.0@rev:1 - unicode-data-0.3.0 @@ -43,6 +42,8 @@ extra-deps: subdirs: [commonmark, commonmark-extensions] - git: https://github.com/jgm/texmath.git commit: 31438be6166497425039d7f2ac29b13ad6792387 +- git: https://github.com/jgm/pandoc-types.git + commit: feb3a90a17334ab314f63b2de3ec0c7dd59b4be0 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-18.10 |
