jaspervdj / patat

Terminal-based presentations using Pandoc
GNU General Public License v2.0
2.37k stars 60 forks source link

Bump skylighting's restrictive upper bound to 0.15 #143

Closed dalpd closed 10 months ago

dalpd commented 10 months ago

Hi there!

This is a change to fix the nixpkgs build.

On nixpkgs patat was configured to use pandoc version 3.1.6.1, as haskell-updates still brings in 3.0.1, and the latest Stackage bump updated the pandoc version to 3.1.8; which in turn requires the skylighting version to be greater or equal to 0.14.

I checked out skylighting's changelog for things that could affect patat, and tried out the executable after the bump to see it still functions.

jaspervdj commented 10 months ago

Thank you!

jaspervdj commented 10 months ago

Does this require a release to go into nixpkgs?

dalpd commented 10 months ago

I created a PR to apply the change here as a patch, and once merged it would fix the build; so it can wait if you prefer bunching a couple of changes for a release. But yeah, otherwise the new releases get picked up by the Stackage/Hackage pin updates.