diff options
| author | John MacFarlane <[email protected]> | 2023-11-07 08:22:29 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-11-07 08:22:29 -0800 |
| commit | 7d7ae7deef005751a3a9c2bb09f1270bd53d8770 (patch) | |
| tree | d148b879d4215f5b7efdd33f6c93cb414fc4d2e4 | |
| parent | 56f7f114732b32870093ea1cd9bf7b8d5b1f2260 (diff) | |
Use dev version of typst-hs.
| -rw-r--r-- | cabal.project | 8 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/cabal.project b/cabal.project index c22cea40a..5717f4bee 100644 --- a/cabal.project +++ b/cabal.project @@ -7,7 +7,7 @@ flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.1, skylighting-format-context >= 0.1.0.2 --- source-repository-package --- type: git --- location: https://github.com/jgm/texmath --- tag: be603d75ef10fb66691496ad2b35aa102e985c7d +source-repository-package + type: git + location: https://github.com/jgm/typst-hs + tag: 145bab9a576d7eb2f44878f554d43d5d4ac436d9 diff --git a/stack.yaml b/stack.yaml index 8bbfa229d..dc5c1265e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -21,7 +21,6 @@ extra-deps: - http-client-tls-0.3.6.3 - typst-symbols-0.1.4 - toml-parser-1.3.0.0 -- typst-0.3.2.1 - skylighting-core-0.14 - skylighting-0.14 - skylighting-format-blaze-html-0.1.1.1 @@ -29,6 +28,8 @@ extra-deps: - tls-1.9.0 - commonmark-0.2.4 - commonmark-extensions-0.2.4 +- git: https://github.com/jgm/typst-hs + commit: 145bab9a576d7eb2f44878f554d43d5d4ac436d9 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
