diff options
| author | John MacFarlane <[email protected]> | 2025-11-30 17:43:30 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-30 17:43:30 +0100 |
| commit | b22eaa6939fb2a1fcc22acd68962b5c324a38212 (patch) | |
| tree | 14e5936c034c22a4dd7adf90737dd3600ccbfa28 | |
| parent | 7e2bd987ae07b1357eac0227557b0221f6e286a9 (diff) | |
Use released djot 0.1.2.4.
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
3 files changed, 2 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project index 0bf73b34e..0c137fc37 100644 --- a/cabal.project +++ b/cabal.project @@ -9,10 +9,5 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, source-repository-package type: git - location: https://github.com/jgm/djoths.git - tag: 7dc8da53fc092d2d4d91f5f0988840f4faf90368 - -source-repository-package - type: git location: https://github.com/jgm/asciidoc-hs.git tag: b936642fb739e85f08afd44a35bc3ce0849d8cd7 diff --git a/pandoc.cabal b/pandoc.cabal index 0015ebd9e..1c5a3bcb8 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -569,7 +569,7 @@ library xml >= 1.3.12 && < 1.4, typst >= 0.8.1 && < 0.9, vector >= 0.12 && < 0.14, - djot >= 0.1.2.3 && < 0.2, + djot >= 0.1.2.4 && < 0.2, asciidoc >= 0.1 && < 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 b3f7a6488..5608b6105 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,8 +17,7 @@ extra-deps: - citeproc-0.12 - typst-0.8.1 - texmath-0.13.0.2 -- git: https://github.com/jgm/djoths.git - commit: 7dc8da53fc092d2d4d91f5f0988840f4faf90368 +- djot-0.1.2.4 - git: https://github.com/jgm/asciidoc-hs.git commit: b936642fb739e85f08afd44a35bc3ce0849d8cd7 ghc-options: |
