jaspervdj / hakyll

A static website compiler library in Haskell
jaspervdj.be/hakyll
Other
2.69k stars 411 forks source link

Update dependency bounds to allow building with GHC 9.8 #1011

Closed LaurentRDC closed 9 months ago

LaurentRDC commented 9 months ago

This is a small PR to prepare Hakyll to be buildable with GHC 9.8.

In practice, pandoc isn't buildable yet with GHC 9.8; however, you can build hakyll with GHC 9.8.1 using the following cabal.project file:

packages: *.cabal

allow-newer: unicode-collation:base,
             typst-symbols:text,
             jira-wiki-markup:text,
             gridtables:text,

In the meantime, I have created PRs in other repositories to make pandoc buildable with GHC 9.8:

Minoru commented 9 months ago

Thanks! I also published 4.16.2.0@rev:2 on Hackage.