diff options
| author | John MacFarlane <[email protected]> | 2025-12-04 12:04:20 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-12-04 12:04:20 +0100 |
| commit | 78929adb4db868ef3dc534463f52eb7756b3fcfb (patch) | |
| tree | 881b05ec812abe618c3238fd93c2809ad7ba58ce | |
| parent | e79e0d621e74cfe5bf910fe9743a673e8488c4aa (diff) | |
Use dev typst-hs
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index e2f59d970..c6a26786d 100644 --- a/cabal.project +++ b/cabal.project @@ -11,3 +11,8 @@ source-repository-package type: git location: https://github.com/jgm/asciidoc-hs.git tag: 4976e8b493808191358f4fadbe496e0a7c8e0fd1 + +source-repository-package + type: git + location: https://github.com/jgm/typst-hs.git + tag: 9b10ff32492304867b6cc410db6e843c2c9b913b diff --git a/stack.yaml b/stack.yaml index 11f7987bc..94838775a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,11 +15,12 @@ extra-deps: - hslua-packaging-2.3.2 - typst-symbols-0.1.9.1 - citeproc-0.12 -- typst-0.8.1 - texmath-0.13.0.2 - djot-0.1.2.4 - git: https://github.com/jgm/asciidoc-hs.git commit: 4976e8b493808191358f4fadbe496e0a7c8e0fd1 +- git: https://github.com/jgm/typst-hs.git + commit: 9b10ff32492304867b6cc410db6e843c2c9b913b ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-24.20 |
