Closed LaurentRDC closed 1 year ago
Sorry, I'd prefer to hold this until our dependencies fully support the new compiler.
There was a package revision for haddock-library
: https://github.com/haskell/haddock/issues/1588#issuecomment-1500424949, which means that with the two dependency bumps in this PR, hakyll
can be built with GHC 9.6.1
Support for GHC 9.6 would be very useful for error-message-index, since we currently have to simultaneously use 9.6.1 to generate error messages with error-codes, and 9.2 to build the hakyll site which displays the error messages 😄
Thanks!
Hello,
I've bumped the upper bound on
template-haskell
andtime
to allow buildinghakyll
with GHC 9.6.1.Note that the following clause is still required in
cabal.project
:since haddock-library is still too restrictive on
base
.