diff options
| author | John MacFarlane <[email protected]> | 2024-05-10 23:20:09 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-05-10 23:20:09 -0700 |
| commit | 73bbff51a2dcb080175b7076343ce7e93122ce5e (patch) | |
| tree | 5a5bbb69313bc4e67d5784e722bceb68bb5d760a | |
| parent | e5c135e68ecde81296ca045c9c362461b83ef4a4 (diff) | |
Bump skylighting version.
| -rw-r--r-- | cabal.project | 2 | ||||
| -rw-r--r-- | pandoc.cabal | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/cabal.project b/cabal.project index adbabbe43..e9326c8a9 100644 --- a/cabal.project +++ b/cabal.project @@ -17,5 +17,3 @@ source-repository-package location: https://github.com/jgm/djoths tag: 52882f88e4904eabc940e635595dad1008064be0 --- also will need new skylighting, skylighting-core releases - diff --git a/pandoc.cabal b/pandoc.cabal index b3dfabada..2a1447732 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -511,8 +511,8 @@ library random >= 1 && < 1.3, safe >= 0.3.18 && < 0.4, scientific >= 0.3 && < 0.4, - skylighting >= 0.14.1.1 && < 0.15, - skylighting-core >= 0.14.1.1 && < 0.15, + skylighting >= 0.14.1.2 && < 0.15, + skylighting-core >= 0.14.1.2 && < 0.15, split >= 0.2 && < 0.3, syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, |
