summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cabal.project5
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml3
3 files changed, 2 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project
index 94a005a04..2ca0786de 100644
--- a/cabal.project
+++ b/cabal.project
@@ -6,8 +6,3 @@ tests: True
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/pandoc.cabal b/pandoc.cabal
index 9cd4d3d14..7df835704 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -522,7 +522,7 @@ library
zip-archive >= 0.4.3 && < 0.5,
zlib >= 0.5 && < 0.7,
xml >= 1.3.12 && < 1.4,
- typst >= 0.4 && < 0.4.1,
+ typst >= 0.5 && < 0.5.1,
vector >= 0.12 && < 0.14
if !os(windows)
diff --git a/stack.yaml b/stack.yaml
index 067ab7111..c51410118 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -29,8 +29,7 @@ extra-deps:
- 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
+- typst-0.5
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules