diff options
| author | John MacFarlane <[email protected]> | 2024-02-29 20:24:46 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-29 20:24:46 -0800 |
| commit | 79567bf7f4d2d21d203acf0a6189ca7e64c5fc67 (patch) | |
| tree | 84845a20108ae7205cac5ea52123e1c4ff359296 | |
| parent | 67fa6cda5c871093ef5e6711b1face0f66f3a8c1 (diff) | |
Depend on released djot 0.1.1.0
| -rw-r--r-- | cabal.project | 6 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
3 files changed, 2 insertions, 9 deletions
diff --git a/cabal.project b/cabal.project index 6fe9f2e45..62859a51d 100644 --- a/cabal.project +++ b/cabal.project @@ -6,9 +6,3 @@ tests: True flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.2, skylighting-format-context >= 0.1.0.2 - -source-repository-package - type: git - location: https://github.com/jgm/djoths - tag: 970390f4e8d1650378c826d293482ddf710c58a9 - diff --git a/pandoc.cabal b/pandoc.cabal index 06e1b5a5c..6a4e084ef 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -528,7 +528,7 @@ library xml >= 1.3.12 && < 1.4, typst >= 0.5.0.1 && < 0.5.1, vector >= 0.12 && < 0.14, - djot >= 0.1 && < 0.2, + djot >= 0.1.1.0 && < 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 c48f6733c..0895bb1b5 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,8 +16,7 @@ extra-deps: - typst-0.5.0.1 - tls-2.0.1 - skylighting-format-blaze-html-0.1.1.2 -- git: https://github.com/jgm/djoths - commit: 970390f4e8d1650378c826d293482ddf710c58a9 +- djot-0.1.1.0 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
