From cfe001e4d23bb5db4e76b64176e12e2928315848 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 12 Jan 2023 12:07:17 -0800 Subject: [PATCH] Use dev version of texmath --- cabal.project | 5 +++++ stack.yaml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cabal.project b/cabal.project index fc54fb04f..3f919b36e 100644 --- a/cabal.project +++ b/cabal.project @@ -11,3 +11,8 @@ source-repository-package type: git location: https://github.com/jgm/citeproc tag: a8b7748537401d6c9749406a49df7008cea8c7f2 + +source-repository-package + type: git + location: https://github.com/jgm/texmath + tag: 1a77db688bd3285228299e5aeefc93d6c0d8c0b9 diff --git a/stack.yaml b/stack.yaml index 7b7b8ace3..c46930d13 100644 --- a/stack.yaml +++ b/stack.yaml @@ -34,7 +34,8 @@ extra-deps: - doclayout-0.4 - doctemplates-0.11 - commonmark-extensions-0.2.3.3 -- texmath-0.12.5.4 +- git: https://github.com/jgm/texmath + commit: 1a77db688bd3285228299e5aeefc93d6c0d8c0b9 - git: https://github.com/jgm/citeproc commit: a8b7748537401d6c9749406a49df7008cea8c7f2