diff options
| -rw-r--r-- | cabal.project | 6 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
3 files changed, 2 insertions, 9 deletions
diff --git a/cabal.project b/cabal.project index 3ddedcf78..4b1f63eab 100644 --- a/cabal.project +++ b/cabal.project @@ -10,12 +10,6 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, data-default-class <= 0.2, data-default <= 0.8 - -source-repository-package - type: git - location: https://github.com/jgm/texmath.git - tag: 76c6d8356aa971b075cb887487e2157260edafc0 - source-repository-package type: git location: https://github.com/jgm/typst-hs.git diff --git a/pandoc.cabal b/pandoc.cabal index 5c485eaf0..9332626c6 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -538,7 +538,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.10.3 && < 0.13, + texmath >= 0.13 && < 0.14, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.15, diff --git a/stack.yaml b/stack.yaml index ce4ebadfd..098307995 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,8 +22,7 @@ extra-deps: - typst-symbols-0.1.8.1 - doclayout-0.5.0.1 - citeproc-0.10 -- git: https://github.com/jgm/texmath.git - commit: 76c6d8356aa971b075cb887487e2157260edafc0 +- texmath-0.13 - git: https://github.com/jgm/typst-hs.git commit: aaeb1ef60ade0efa28e77c74f0dd216e3d434480 ghc-options: |
