diff options
| -rw-r--r-- | cabal.project | 6 | ||||
| -rw-r--r-- | stack.yaml | 4 |
2 files changed, 1 insertions, 9 deletions
diff --git a/cabal.project b/cabal.project index 12f7c1c64..d5afefaa6 100644 --- a/cabal.project +++ b/cabal.project @@ -6,9 +6,3 @@ tests: True flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1, skylighting-format-context >= 0.1.0.2 - -source-repository-package - type: git - location: https://github.com/jgm/typst-hs - tag: 74cc25961afd03f9d6aeb8b8ef8e4631c94ca0e9 - diff --git a/stack.yaml b/stack.yaml index 2026151f7..076eeecc0 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,9 +27,7 @@ extra-deps: - pandoc-types-1.23.0.1 - skylighting-core-0.13.4 - skylighting-0.13.4 -- git: https://github.com/jgm/typst-hs - commit: 74cc25961afd03f9d6aeb8b8ef8e4631c94ca0e9 - +- typst-0.3.0.0 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
