From 6303952623d7a9fe2c5e9f618abd812d48ca3fcd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 14 Dec 2021 22:22:09 -0800 Subject: Use dev texmath. --- cabal.project | 8 ++++---- stack.yaml | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cabal.project b/cabal.project index 606d8bb48..091031930 100644 --- a/cabal.project +++ b/cabal.project @@ -8,10 +8,10 @@ source-repository-package location: https://github.com/pandoc/pandoc-lua-marshal tag: 98e3de5087bb533fadbb89720f83f7f7cc3be5bf --- source-repository-package --- type: git --- location: https://github.com/jgm/texmath.git --- tag: 674bcbaec03e5550f155623de6662953bd157625 +source-repository-package + type: git + location: https://github.com/jgm/texmath.git + tag: 46df85d747f4f233157d3476683264232a4f58be source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index 30845ad6b..730a13da9 100644 --- a/stack.yaml +++ b/stack.yaml @@ -31,9 +31,10 @@ extra-deps: - commonmark-extensions-0.2.2 - citeproc-0.6 - aeson-pretty-0.8.9 -- texmath-0.12.3.3 - unicode-transforms-0.4.0 - unicode-data-0.2.0 +- git: https://github.com/jgm/texmath.git + commit: 46df85d747f4f233157d3476683264232a4f58be - git: https://github.com/jgm/ipynb.git commit: 00246af10885c2ad4413ace4f69a7e6c88297a08 - git: https://github.com/pandoc/pandoc-lua-marshal -- cgit v1.2.3