diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-07-04 09:00:20 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-07-04 09:00:20 -0700 |
| commit | 104ffc6596b4ccbd6df204116749f0c4aa993d0c (patch) | |
| tree | c6ec1c58fd0f47c785bd0d2d009c947261ac27c3 | |
| parent | b4d7937852c5375d392d707069c1156bd1d1d21d (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 cbf684bbf..c4f744a40 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: 89cf27e66360cc23ca02150a19df26266be7c833 + tag: 98d422d94d0a986a1c4b375a95b337ea9e868d37 -- when time for a release: -- Release new skylighting, skylighting-core and depend on them diff --git a/stack.yaml b/stack.yaml index 732e99d6f..0ee273f71 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: 89cf27e66360cc23ca02150a19df26266be7c833 + commit: 98d422d94d0a986a1c4b375a95b337ea9e868d37 - git: https://github.com/jgm/pandoc-types commit: 2b68c905e75c65e66eaa4635e4c1bd6aabd6302f |
