-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ghc 8.10 #5
Ghc 8.10 #5
Conversation
Marked as ready for review to trigger CI. |
It looks like these changes have passed CI. https://travis-ci.org/github/haskell-hvr/cryptohash-sha512 |
Would it be possible for one of the maintainers to review this PR? |
@hvr Can we please get this merged? It's the last thing blocking us on 8.10. |
@hvr I guess tagging you isn't a good way to bring this to your attention, but here's one last try |
From the package description in this repository:
|
I made a fork of this PR and brought it up to date, made package support for both epochs of The fork is in https://github.com/Anton-Latukha/cryptohash-sha512/tree/ghc-8.10 To override - add the
Sorry - there the Git history is quite messy, well because two downstream projets wanted different things and I had not cared to clean-up the onetime override patch. We currently have a small stack of software built on it: I also wrote to the HVR on the email quite a while ago, but then I also was puzzled about the situation: https://github.com/haskell-hvr/cryptohash-sha512. No wonder he can be quite overwhelmed with stuff. |
I've asked the Hackage Trustees to make a revision: haskell-infra/hackage-trustees#289 |
I have used hackage trustee powers to apply the updated bounds in this PR as a new metadata revision. I have not copy/pasted the whole cabal file because the description changed: the description is shorter and drops the discussion of the wider |
We use the whole |
haskell-hvr/cryptohash-sha512#5 (comment) Nixpkgs is Ok with all this, it does not import these overrides and have own separate mechanics for the overrides. Since cryptohash-sha512 package is essentially in the unmaintained state - I think it is not worth cleaning the Nixpkgs description because soon (on soon arriving 9.0) - it may be needed again in Nixpgs store, and to that time I hope we make a transition. This cleaning has a nice side-effect that after release HNix would not need to recompile the cryptohash and Store packages every build.
Apparently |
That statement (citation that people keep citing) is wrong (as I forgot about that shenanigans story, therefore I deleted statement to stop mislead people). I would abstrain from restating/comments on the story, but we observe the current results. At least they'd both needed to make sure that enough active/interested people have infrastructure access... As it can be said (stating the obvious) ... khm As you see - the GHC 8.10.1 was 2020-03-24 (1.25y ago) & its support not merged. GHC 9.0 was more then a half year ago. That meant To not have that - I already ported projects to As we see in the mentioned haskell-infra/hackage-trustees#305 (comment)
It means that somebody (this time it was The proper solution at this point is to take over this hashing stuff, otherwie - deprecate all these abandonments & take over this hashing stuff. |
This is an update to phadej's pull request bumping the bounds for tasty and criterion to trigger CI.