diff options
| author | John MacFarlane <[email protected]> | 2022-09-28 22:35:42 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-09-28 22:36:12 -0700 |
| commit | a3e4ddef1a97c7bf13c02a8c5c2323e67a40f70e (patch) | |
| tree | 24193709eeb8ac0160841159bc03cdd7a7787940 | |
| parent | a56654a83c1d66a6f3c61b05a30f561e8b9f5a02 (diff) | |
Require latest released texmath
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
3 files changed, 2 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project index 8249d668d..5a31cac5c 100644 --- a/cabal.project +++ b/cabal.project @@ -10,8 +10,3 @@ source-repository-package type: git location: https://github.com/quarto-dev/gridtables tag: 1dbf2ad311fc7b2d9aded51eb263067b6ff3ae28 - -source-repository-package - type: git - location: https://github.com/jgm/texmath - tag: 0fb6bf8cff1a424cdbc91713c30e59dbb979211c diff --git a/pandoc.cabal b/pandoc.cabal index e96aa6664..c1c3d04d6 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -522,7 +522,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.5.1 && < 0.12.6, + texmath >= 0.12.5.3 && < 0.12.6, text >= 1.1.1.0 && < 2.1, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.14, diff --git a/stack.yaml b/stack.yaml index 2c97f3be9..af98522c3 100644 --- a/stack.yaml +++ b/stack.yaml @@ -28,10 +28,9 @@ extra-deps: - doctemplates-0.10.0.2 - citeproc-0.8.0.1 - commonmark-extensions-0.2.3.3 +- texmath-0.12.5.3 - git: https://github.com/quarto-dev/gridtables commit: 1dbf2ad311fc7b2d9aded51eb263067b6ff3ae28 -- git: https://github.com/jgm/texmath - commit: 0fb6bf8cff1a424cdbc91713c30e59dbb979211c ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-19.21 |
