diff options
| author | John MacFarlane <[email protected]> | 2023-07-04 10:56:04 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-04 10:56:04 -0700 |
| commit | ae57c6e3fb4c57e94669ec7453260a402ef58a92 (patch) | |
| tree | 547133b0d724934cdbfbcb5186793685eb0a2101 | |
| parent | 104ffc6596b4ccbd6df204116749f0c4aa993d0c (diff) | |
Use latest dev typst-hs.
| -rw-r--r-- | cabal.project | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project index c4f744a40..80bef2b29 100644 --- a/cabal.project +++ b/cabal.project @@ -15,6 +15,6 @@ source-repository-package source-repository-package type: git location: https://github.com/jgm/typst-hs - tag: 98d422d94d0a986a1c4b375a95b337ea9e868d37 + tag: f9027872b185867416f3bd994698a199e2906c4c -- when time for a release: -- Release new skylighting, skylighting-core and depend on them diff --git a/stack.yaml b/stack.yaml index 0ee273f71..071ea31bc 100644 --- a/stack.yaml +++ b/stack.yaml @@ -24,7 +24,7 @@ extra-deps: - commonmark-0.2.3 - typst-symbols-0.1.1 - git: https://github.com/jgm/typst-hs - commit: 98d422d94d0a986a1c4b375a95b337ea9e868d37 + commit: f9027872b185867416f3bd994698a199e2906c4c - git: https://github.com/jgm/pandoc-types commit: 2b68c905e75c65e66eaa4635e4c1bd6aabd6302f |
