diff options
| author | John MacFarlane <[email protected]> | 2024-12-07 16:04:30 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-12-07 16:04:30 -0800 |
| commit | c4aebcc406a224700118ed1c703fc0b8bad7c4ad (patch) | |
| tree | 8fd2f3ea252569bf8c299d7c799945654df70747 /pandoc.cabal | |
| parent | 158716f47a3c99aa33020b39a5ee92dcee8bea25 (diff) | |
Depend on released skylighting, skylighting-core 0.14.4.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 209e21770..2e9b1e9de 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -524,8 +524,8 @@ library random >= 1 && < 1.3, safe >= 0.3.18 && < 0.4, scientific >= 0.3 && < 0.4, - skylighting >= 0.14.3 && < 0.15, - skylighting-core >= 0.14.3 && < 0.15, + skylighting >= 0.14.4 && < 0.15, + skylighting-core >= 0.14.4 && < 0.15, split >= 0.2 && < 0.3, syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, |
