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 /cabal.project | |
| 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 'cabal.project')
| -rw-r--r-- | cabal.project | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index d5afefaa6..34e426544 100644 --- a/cabal.project +++ b/cabal.project @@ -6,3 +6,8 @@ tests: True flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1, skylighting-format-context >= 0.1.0.2 + +source-repository-package + type: git + location: https://github.com/jgm/pandoc-types + tag: 6f2a868a83642d24a76f998e7b720a53a88868f5 |
