diff --git a/cabal.project b/cabal.project index b2edfba8f..ed138c91c 100644 --- a/cabal.project +++ b/cabal.project @@ -13,11 +13,6 @@ source-repository-package location: https://github.com/jgm/texmath.git tag: e5d689366e4d480f96e9453f455d1a4362fad880 -source-repository-package - type: git - location: https://github.com/jgm/djoths.git - tag: 6d13d92126d3d10c571bcb9543fd6c889e9aad3f - source-repository-package type: git location: https://github.com/jgm/typst-hs.git diff --git a/pandoc.cabal b/pandoc.cabal index 64063b1dc..eace8d68d 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -576,7 +576,7 @@ library xml >= 1.3.12 && < 1.4, typst >= 0.10 && < 0.11, vector >= 0.12 && < 0.14, - djot >= 0.1.4 && < 0.2, + djot >= 0.1.4.1 && < 0.2, asciidoc >= 0.1.0.3 && < 0.2 if !os(windows) diff --git a/stack.yaml b/stack.yaml index 9bd694e9c..37d04a23d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -35,11 +35,10 @@ extra-deps: - citeproc-0.13.0.1 - pandoc-types-1.23.1.2 - emojis-0.1.5 +- djot-0.1.4.1 - skylighting-format-blaze-html-0.1.2.1 - git: https://github.com/jgm/texmath.git commit: e5d689366e4d480f96e9453f455d1a4362fad880 -- git: https://github.com/jgm/djoths.git - commit: 6d13d92126d3d10c571bcb9543fd6c889e9aad3f - git: https://github.com/jgm/typst-hs.git commit: 1a94f1fd69841fd4039441afa3e1ed330db8e334 - git: https://github.com/jgm/typst-symbols.git