From bdfe336a63e05484234dec428592af10a5534123 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 13 Nov 2024 09:04:05 -0800 Subject: [PATCH] Use latest dev texmath. --- cabal.project | 2 +- stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index 0b43fb99cd01..e1eeb119b24f 100644 --- a/cabal.project +++ b/cabal.project @@ -17,7 +17,7 @@ source-repository-package source-repository-package type: git location: https://github.com/jgm/texmath.git - tag: 95b3f28782af74d4766a4849e3e667da6157ad18 + tag: 4666e68eb1b640d69dc5261748bfe716e3b212c9 source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index 3e440ebd662f..8ba9c9ba934b 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,7 +23,7 @@ extra-deps: - commonmark-pandoc-0.2.2.2 - typst-symbols-0.1.7 - git: https://github.com/jgm/texmath.git - commit: 95b3f28782af74d4766a4849e3e667da6157ad18 + commit: 4666e68eb1b640d69dc5261748bfe716e3b212c9 - git: https://github.com/jgm/typst-hs.git commit: 6f7e7655be7b1dd74d8d0db7aa4725d14e005ef0 - git: https://github.com/pandoc/pandoc-lua-marshal