summaryrefslogtreecommitdiff
path: root/cabal.project
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-08-26 20:00:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-08-26 20:01:01 -0700
commite3978247ccda4c07244e3940f7786e029bce7fae (patch)
tree46d6f789e72acc9fff5df444fb0f784385c116cb /cabal.project
parent6a7ab9bb4e3e67e96e1bc02b287200f063c2eaee (diff)
HTML writer: avoid aria-hidden in code blocks for HTML4.
Closes #8241. This requires depending on a new (still unreleased) version of skylighting-format-blaze-html.
Diffstat (limited to 'cabal.project')
-rw-r--r--cabal.project7
1 files changed, 7 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project
index 12859550a..8d9bb4062 100644
--- a/cabal.project
+++ b/cabal.project
@@ -8,3 +8,10 @@ source-repository-package
location: https://github.com/jgm/commonmark-hs
tag: 4f4fbe277044de0724dd0828a45311ab1413e30b
subdir: commonmark-extensions
+
+source-repository-package
+ type: git
+ location: https://github.com/jgm/skylighting
+ tag: 6079d8b0fb6e45c6a03b05501900be1c151701e6
+ subdir: skylighting-format-blaze-html
+