diff --git a/cabal.project b/cabal.project index 222363029..2bece8f29 100644 --- a/cabal.project +++ b/cabal.project @@ -11,8 +11,3 @@ source-repository-package type: git location: https://github.com/jgm/typst-hs tag: dfe0367b248419c3555044705fa79a52b9c20089 - -source-repository-package - type: git - location: https://github.com/jgm/djoths - tag: 7f912e3ee593a86e3d179e8f3e1898a93171fb99 diff --git a/pandoc.cabal b/pandoc.cabal index 89d2b627a..b6d13b37e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -532,7 +532,7 @@ library xml >= 1.3.12 && < 1.4, typst >= 0.5.0.3 && < 0.5.1, vector >= 0.12 && < 0.14, - djot >= 0.1.2 && < 0.2, + djot >= 0.1.2.1 && < 0.2, tls >= 2.0.1 && < 2.1, crypton-x509-system >= 1.6.7 && < 1.7 diff --git a/stack.yaml b/stack.yaml index ca39b9a86..e63f43c95 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,10 +19,9 @@ extra-deps: - skylighting-core-0.14.2 - skylighting-0.14.2 - citeproc-0.8.1.1 +- djot-0.1.2.1 - git: https://github.com/jgm/typst-hs commit: dfe0367b248419c3555044705fa79a52b9c20089 -- git: https://github.com/jgm/djoths - commit: 7f912e3ee593a86e3d179e8f3e1898a93171fb99 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules