diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-12-14 22:22:09 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-12-14 22:22:09 -0800 |
commit | 6303952623d7a9fe2c5e9f618abd812d48ca3fcd (patch) | |
tree | 4afab477d83e378ddd8d2c1468f8d5409df97f90 | |
parent | a527a2f3454adb637827704739dc2ffc94101531 (diff) | |
download | pandoc-6303952623d7a9fe2c5e9f618abd812d48ca3fcd.tar.gz |
Use dev texmath.
-rw-r--r-- | cabal.project | 8 | ||||
-rw-r--r-- | 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 |