diff options
| author | John MacFarlane <[email protected]> | 2023-01-13 10:42:07 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-01-13 10:42:07 -0800 |
| commit | aa747f194fbcff10adbd0f3ad0f368cee6b1022a (patch) | |
| tree | a7230c853ad17f92699f8eb845142268d990dbe9 /stack.yaml | |
| parent | 2d72e968e314d899898fb5d06279ef1ac167f250 (diff) | |
Require pandoc-types 1.23, update dependencies.
This fails to build because pandoc-lua-marshal still needs updating.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/stack.yaml b/stack.yaml index 6a4fe3d84..fa5344236 100644 --- a/stack.yaml +++ b/stack.yaml @@ -25,13 +25,17 @@ extra-deps: - doctemplates-0.11 - commonmark-extensions-0.2.3.3 - git: https://github.com/jgm/texmath - commit: 1a77db688bd3285228299e5aeefc93d6c0d8c0b9 + commit: dab2be16b751e8ce7e6d9937029f10e06c3c80c3 - git: https://github.com/jgm/citeproc - commit: 4099185c5a82ef1f84b711c113d2744eeb794106 + commit: a73c7d1c00c993b8a20daf5a932afae16f889c83 - git: https://github.com/jgm/pandoc-types - commit: 183af9d9f1066be974ac55fd23a4c985999d3ce8 + commit: 6ac717718396bdca510cbdc6d211bbea408444cc - git: https://github.com/pandoc/pandoc-lua-marshal commit: a2a97e2af78326ea7841101d4ef56e74426b66c4 +- git: https://github.com/jgm/commonmark-hs + commit: d0f3097e55471aa640d76d0188ba707cbece71b1 + subdirs: [commonmark-pandoc] + ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-20.6 |
