diff options
| author | John MacFarlane <[email protected]> | 2025-05-12 13:57:08 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-05-12 13:57:08 -0700 |
| commit | d8efc79dde06b51c3b5bef7a291e871e751f0ef5 (patch) | |
| tree | beaa99dd7272236fbd590d7a01631236e25a3894 | |
| parent | f239a45b3ede63ccb12d4559bdfebdfce7f6ac1d (diff) | |
Use released typst 0.8.
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/cabal.project b/cabal.project index 17ca535d7..bcda8d505 100644 --- a/cabal.project +++ b/cabal.project @@ -8,8 +8,3 @@ 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 - -source-repository-package - type: git - location: https://github.com/jgm/typst-hs.git - tag: 130975618114207e5bc8e6120b66ef3b56ffd6a7 diff --git a/stack.yaml b/stack.yaml index 0a33cc4e6..ab5793854 100644 --- a/stack.yaml +++ b/stack.yaml @@ -18,8 +18,7 @@ extra-deps: - typst-symbols-0.1.8.1 - texmath-0.12.10.2 - citeproc-0.9 -- git: https://github.com/jgm/typst-hs.git - commit: 130975618114207e5bc8e6120b66ef3b56ffd6a7 +- typst-0.8 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.0 |
