diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-02-04 22:01:10 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-02-04 22:01:10 -0800 |
| commit | c38623a7ee790ec35d8e279fbf839f4c3753d6c7 (patch) | |
| tree | 8106a256c2ed24db8daf60b1f471f67e50c119e0 | |
| parent | 0706c7a285fb905345276370da17ad74eefa7135 (diff) | |
Depend on dev typst-hs.
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index c89e3e939..178b98d44 100644 --- a/cabal.project +++ b/cabal.project @@ -12,3 +12,8 @@ source-repository-package location: https://github.com/jgm/commonmark-hs subdir: commonmark-pandoc tag: d681657a8b1ff9c7d0120356fbce079d325eada4 + +source-repository-package + type: git + location: https://github.com/jgm/typst-hs + tag: abfe46fd48ae3610c6522c3dbb1d84a2b2fafb74 diff --git a/stack.yaml b/stack.yaml index 2628d8172..11fd77220 100644 --- a/stack.yaml +++ b/stack.yaml @@ -28,7 +28,8 @@ extra-deps: - texmath-0.12.8.6 - commonmark-0.2.5 - commonmark-extensions-0.2.5.1 -- typst-0.5 +- git: https://github.com/jgm/typst-hs + commit: abfe46fd48ae3610c6522c3dbb1d84a2b2fafb74 - git: https://github.com/jgm/commonmark-hs subdirs: [commonmark-pandoc] commit: d681657a8b1ff9c7d0120356fbce079d325eada4 |
