diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-08-04 21:46:09 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-08-04 21:46:50 -0700 |
| commit | 9c1147f483c51d66da619560d3cf96ad873be893 (patch) | |
| tree | 24542fabd85ac2b1823c83fcc478eda4d16d4fa8 /stack.yaml | |
| parent | 08738954162e992b21ffa83baae7f82b10e1041f (diff) | |
Use dev pandoc-types.
This fixes a regression with toJSONFilter, which in 1.23.0.1 no longer
worked on pure values of type `a -> [a]`.
Closes #8976.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml index e133ac133..f8b5194bd 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,13 +22,13 @@ extra-deps: - commonmark-0.2.3 - typst-symbols-0.1.2 - toml-parser-1.2.1.0 -- pandoc-types-1.23.0.1 - xml-conduit-1.9.1.3 - commonmark-extensions-0.2.3.5 - typst-0.3.1.0 - skylighting-core-0.13.4.1 - skylighting-0.13.4.1 - +- git: https://github.com/jgm/pandoc-types + commit: 6f2a868a83642d24a76f998e7b720a53a88868f5 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-21.0 |
