diff --git a/cabal.project b/cabal.project index 54126dde2d47..89d9660eefca 100644 --- a/cabal.project +++ b/cabal.project @@ -14,11 +14,6 @@ source-repository-package location: https://github.com/jgm/typst-hs.git tag: 5a50154c958d09c06fd884dcc4519403f7904bc1 -source-repository-package - type: git - location: https://github.com/pandoc/pandoc-lua-marshal.git - tag: 2dc58d431bb3e4d55999db03c470fbf32970b3d5 - source-repository-package type: git location: https://github.com/jgm/commonmark-hs.git diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index c63d29512fae..50f730bc86cb 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -125,7 +125,7 @@ library , lpeg >= 1.1 && < 1.2 , mtl >= 2.2 && < 2.4 , pandoc >= 3.5 && < 3.6 - , pandoc-lua-marshal >= 0.2.9 && < 0.3 + , pandoc-lua-marshal >= 0.3 && < 0.4 , pandoc-types >= 1.22 && < 1.24 , parsec >= 3.1 && < 3.2 , text >= 1.1.1 && < 2.2 diff --git a/stack.yaml b/stack.yaml index 5fb7bb63b156..ecb9cf159a1e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -25,8 +25,6 @@ extra-deps: subdirs: [skylighting-core, skylighting-format-blaze-html] - git: https://github.com/jgm/typst-hs.git commit: 5a50154c958d09c06fd884dcc4519403f7904bc1 -- git: https://github.com/pandoc/pandoc-lua-marshal - commit: 2dc58d431bb3e4d55999db03c470fbf32970b3d5 - git: https://github.com/jgm/commonmark-hs.git commit: 1fddc913b31487571b12fd0ac99d4a0ab00acd34 subdirs: [commonmark-extensions, commonmark-pandoc]