Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency bounds to allow building with GHC 9.8 #1011

Merged
merged 1 commit into from Dec 20, 2023

Conversation

LaurentRDC
Copy link
Contributor

@LaurentRDC LaurentRDC commented Dec 20, 2023

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 Minoru merged commit cb9c211 into jaspervdj:master Dec 20, 2023
21 checks passed
@Minoru
Copy link
Collaborator

Minoru commented Dec 20, 2023

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

@LaurentRDC LaurentRDC deleted the template-haskell-2.21 branch December 21, 2023 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants