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

Some tweaks to work with ghc 9.2.1 #37

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

j-rockel
Copy link

Hey yall, I needed a ghc 9.2.1 compatible version of compdata for a project and thought I'd share.

The majority of the issues that came up are due to changes in template haskell, which I fixed using template-haskell-compat-v0208 (but the functions used also wouldn't be too complicated to reimplement if introducing a new dependency isn't wanted)

The only bigger non-template-haskell-related issues were the ones that led to the changes in src/Data/Comp/Multi/HFoldable.hs and src/Data/Comp/Multi/Variables.hs - I'll be honest, I have no clue why those fixes work, which is why I've marked this as a draft, but am happy to learn and/or provide more details.

As to which other versions this is compatible with, I've never worked with travis ci before but fwiw it built & tested successfully manually with ghc 9.2.2, 9.2.1, 8.10.7, 8.10.2 and 8.8.1

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.

1 participant