diff options
| author | John MacFarlane <[email protected]> | 2025-09-27 13:36:45 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-27 13:36:45 +0200 |
| commit | def9fc94ff5b1861739d7cf70ac8e69527569298 (patch) | |
| tree | 051672f1902c5b1c51c5cf6919dcd40a0a5eb47b | |
| parent | d6bc9c3cce15af05826554c0238f500bfd7401e4 (diff) | |
Use released djot 0.1.2.3.
| -rw-r--r-- | cabal.project | 4 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
3 files changed, 2 insertions, 7 deletions
diff --git a/cabal.project b/cabal.project index d735a13b6..4ca6da52e 100644 --- a/cabal.project +++ b/cabal.project @@ -9,7 +9,3 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, -- for now (commercialhaskell/stackage#7545): data-default-class <= 0.2, data-default <= 0.8 -source-repository-package - type: git - location: https://github.com/jgm/djoths.git - tag: f022191efa477ab23f1c86a528ada69bbf03744b diff --git a/pandoc.cabal b/pandoc.cabal index 4dcd15ab4..e0e43c441 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -557,7 +557,7 @@ library xml >= 1.3.12 && < 1.4, typst >= 0.8.0.2 && < 0.9, vector >= 0.12 && < 0.14, - djot >= 0.1.2.2 && < 0.2, + djot >= 0.1.2.3 && < 0.2, tls >= 2.0.1 && < 2.2, crypton-x509-system >= 1.6.7 && < 1.7 diff --git a/stack.yaml b/stack.yaml index 51548e448..312fb7d37 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,8 +17,7 @@ extra-deps: - skylighting-0.14.7 - citeproc-0.10 - texmath-0.13 -- git: https://github.com/jgm/djoths.git - commit: f022191efa477ab23f1c86a528ada69bbf03744b +- djot-0.1.2.3 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-24.9 |
