diff options
| -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 |
