diff options
| author | John MacFarlane <[email protected]> | 2022-08-29 10:35:27 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-29 10:35:27 -0700 |
| commit | 9b2caa671a9d84c3dec39f2bf90d201deb0d818b (patch) | |
| tree | f9ec2250334e49915a847ee0a21c8341c256564a /stack.yaml | |
| parent | b682249ada155e59851948c71d36c76f7b3ab9d6 (diff) | |
stack.yaml - update commonmark-extensions, servant-server deps.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 7c5470fe2..2da7a951c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -37,14 +37,19 @@ extra-deps: - ipynb-0.2 - pandoc-types-1.22.2.1 - commonmark-0.2.2 -- commonmark-extensions-0.2.3.2 - doclayout-0.4 - doctemplates-0.10.0.2 - citeproc-0.8.0.1 - texmath-0.12.5.2 +- servant-server-0.19.1 - git: https://github.com/jgm/skylighting commit: 6079d8b0fb6e45c6a03b05501900be1c151701e6 subdirs: [skylighting-format-blaze-html] + type: git + location: https://github.com/jgm/commonmark-hs + commit: 4f4fbe277044de0724dd0828a45311ab1413e30b + subdirs: [commonmark-extensions] + ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
