diff options
| author | Albert Krewinkel <[email protected]> | 2024-12-10 17:58:14 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2024-12-10 17:59:24 +0100 |
| commit | 0b8312990f6adf0bb7cf967368588b6c8d70e944 (patch) | |
| tree | 9a716678971b14e08cbfb3e405e61aab364f32f9 | |
| parent | a0847310700d8c706203471c871a6805c221092c (diff) | |
stack.yaml: Switch to stackage resolver lts-23.0
| -rw-r--r-- | stack.yaml | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/stack.yaml b/stack.yaml index 2a472298c..23e5288fb 100644 --- a/stack.yaml +++ b/stack.yaml @@ -9,28 +9,10 @@ packages: - 'pandoc-lua-engine' - 'pandoc-server' extra-deps: -- lpeg-1.1.0 - tls-2.1.5 -- crypton-connection-0.4.3 -- crypton-x509-validation-1.6.13 -- toml-parser-2.0.1.0 -- doclayout-0.5 -- doctemplates-0.11.0.1 -- hslua-module-doclayout-1.2.0 -- djot-0.1.2.2 -- commonmark-0.2.6.1 -- typst-symbols-0.1.7 -- typst-0.6.1 -- pandoc-lua-marshal-0.3.0 -- texmath-0.12.8.12 -- skylighting-core-0.14.4 -- skylighting-0.14.4 -- skylighting-format-blaze-html-0.1.1.3 -- commonmark-extensions-0.2.5.6 -- commonmark-pandoc-0.2.2.3 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules -resolver: lts-22.33 +resolver: lts-23.0 nix: packages: - pkg-config |
