diff options
| author | John MacFarlane <[email protected]> | 2024-12-07 14:09:18 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-12-07 14:09:42 -0800 |
| commit | 158716f47a3c99aa33020b39a5ee92dcee8bea25 (patch) | |
| tree | 15115dc6cc5d08518d6691b1c61097cf32735a60 | |
| parent | dce53209ad08cb54180f3897040c9ffb25f49aad (diff) | |
Depend on skylighting-format-blaze-html 0.1.1.3.
| -rw-r--r-- | cabal.project | 7 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/cabal.project b/cabal.project index 3b5172dc5..629528bf2 100644 --- a/cabal.project +++ b/cabal.project @@ -4,7 +4,7 @@ packages: . pandoc-cli tests: True flags: +embed_data_files -constraints: skylighting-format-blaze-html >= 0.1.1.2, +constraints: skylighting-format-blaze-html >= 0.1.1.3, skylighting-format-context >= 0.1.0.2, -- for now (commercialhaskell/stackage#7545): data-default-class <= 0.2, data-default <= 0.8 @@ -27,8 +27,3 @@ source-repository-package tag: 2b6876018a903207c7a9093c5c63b00a4d0980be subdir: skylighting-core -source-repository-package - type: git - location: https://github.com/jgm/skylighting.git - tag: 260a53dfc32b68c1c9c47629f42a9cebd1f12b87 - subdir: skylighting-format-blaze-html diff --git a/stack.yaml b/stack.yaml index 1113c74e0..edd7056ed 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,9 +23,10 @@ extra-deps: - typst-0.6.1 - pandoc-lua-marshal-0.3.0 - texmath-0.12.8.12 +- skylighting-format-blaze-html-0.1.1.3 - git: https://github.com/jgm/skylighting.git commit: 2b6876018a903207c7a9093c5c63b00a4d0980be - subdirs: [skylighting-core, skylighting-format-blaze-html] + subdirs: [skylighting-core] - git: https://github.com/jgm/commonmark-hs.git commit: 1fddc913b31487571b12fd0ac99d4a0ab00acd34 subdirs: [commonmark-extensions, commonmark-pandoc] |
