diff options
| -rw-r--r-- | cabal.project | 4 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index 8db3d5a47..94a005a04 100644 --- a/cabal.project +++ b/cabal.project @@ -7,3 +7,7 @@ flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.1, skylighting-format-context >= 0.1.0.2 +source-repository-package + type: git + location: https://github.com/jgm/typst-hs + tag: 7d58244b105274688f99d7b0e9a7112510a34f73 diff --git a/stack.yaml b/stack.yaml index 42bbb471f..067ab7111 100644 --- a/stack.yaml +++ b/stack.yaml @@ -26,10 +26,11 @@ extra-deps: - skylighting-format-blaze-html-0.1.1.1 - tls-1.9.0 - texmath-0.12.8.6 -- typst-0.4 - commonmark-0.2.4.1 - commonmark-extensions-0.2.5.1 - commonmark-pandoc-0.2.2 +- git: https://github.com/jgm/typst-hs + commit: 7d58244b105274688f99d7b0e9a7112510a34f73 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
