-
Notifications
You must be signed in to change notification settings - Fork 13
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
Please support versions >= 6.0.1 #240
Comments
`versions-6.0.*` removes the `VChunk` data type, which `what4` defines an orphan `Lift` instance for. This requires some CPP to fix up. This is somewhat messy, and in an ideal world, we'd move these orphan instances directly to the `versions` library. (See also fosskers/versions#68.) Fixes #240.
`versions-6.0.*` removes the `VChunk` data type, which `what4` defines an orphan `Lift` instance for. This requires some CPP to fix up. This is somewhat messy, and in an ideal world, we'd move these orphan instances directly to the `versions` library. (See also fosskers/versions#68.) Fixes #240.
Thanks for the quick fix! |
No problem. Let me know if you need a Hackage release with these changes. Otherwise, I will wait until the next scheduled |
If the next scheduled release is a ways off (and it's not too much work on your part to make a release), a Hackage release would be appreciated. |
I think I'll wait just a bit longer before making a new |
|
`versions-6.0.2` introduces a `Lift Version` instance, which finally allows us to delete the ugly, CPP'd mess of orphan instances that we define in `What4.Utils.Versions`. Related to #240.
`versions-6.0.2` introduces a `Lift Version` instance, which finally allows us to delete the ugly, CPP'd mess of orphan instances that we define in `What4.Utils.Versions`. Related to #240.
I've uploaded |
Debian is updating to GHC 9.4 and LTS 21.9. This brings in versions == 6.0.1, which isn't compatible with what4. Could you add support for versions >= 6.0.1?
The text was updated successfully, but these errors were encountered: