diff options
| author | John MacFarlane <[email protected]> | 2024-03-21 09:59:23 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-03-21 09:59:23 -0700 |
| commit | 59ebf841373f359d6ea32a9e73452a1cd9625f17 (patch) | |
| tree | 50492baf4203c399975f9cfe44e4c036b02989dc | |
| parent | 604f541b0ff2e521ba207991baf43c9550189736 (diff) | |
Use dev texmath and typst-hs.
| -rw-r--r-- | cabal.project | 9 | ||||
| -rw-r--r-- | stack.yaml | 6 |
2 files changed, 13 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project index d810241ed..dfdbb592d 100644 --- a/cabal.project +++ b/cabal.project @@ -7,3 +7,12 @@ flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.2, skylighting-format-context >= 0.1.0.2 +source-repository-package + type: git + location: https://github.com/jgm/typst-hs + tag: 926d1c60c80cc9f205e31b7f070835665c2817dd + +source-repository-package + type: git + location: https://github.com/jgm/texmath + tag: a22c43333930dfe59a9be97ab0516aef5338959c diff --git a/stack.yaml b/stack.yaml index 32d1f9ce6..49b0600ef 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,15 +13,17 @@ extra-deps: - commonmark-0.2.6 - commonmark-extensions-0.2.5.4 - commonmark-pandoc-0.2.2.1 -- typst-0.5.0.2 - tls-2.0.1 - skylighting-format-blaze-html-0.1.1.2 - skylighting-core-0.14.1.1 - skylighting-0.14.1.1 - djot-0.1.1.3 - zip-archive-0.4.3.1 -- texmath-0.12.8.7 - toml-parser-2.0.0.0 +- git: https://github.com/jgm/typst-hs + commit: 926d1c60c80cc9f205e31b7f070835665c2817dd +- git: https://github.com/jgm/texmath + commit: a22c43333930dfe59a9be97ab0516aef5338959c ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
