diff options
| author | John MacFarlane <[email protected]> | 2023-01-12 12:07:17 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-01-12 12:07:17 -0800 |
| commit | cfe001e4d23bb5db4e76b64176e12e2928315848 (patch) | |
| tree | 5d3f585fe9ad6749535772e081bd1ff9ddc4e9a8 | |
| parent | 8522676a1149b780161e8e454ace8f34bd84d1cc (diff) | |
Use dev version of texmath
| -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 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 |
