-
Notifications
You must be signed in to change notification settings - Fork 15
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
Why is there an upper bound on Opaleye #388
Comments
Signed-off-by: Mihai Maruseac <[email protected]>
This reverts commit b1a87d5. The answer is ``` uuid-types-1.0.5.1 ([changelog](http://hackage.haskell.org/package/uuid-types-1.0.5.1/changelog)) (Grandfathered dependencies) is out of bounds for: - [ ] opaleye-0.10.4.0 (>=1.0.6 && < 1.1). Tom Ellis <[email protected]> @tomjaguarpaw. Used by: library ```
This is because uuid-types-1.0.5.1 (changelog) (Grandfathered dependencies) is out of bounds for:
On LTS we don't notify owners again (maybe we should?), we just try to make the snapshot consistent. LTS starts with the state of the nightly when the first LTS in the series starts and after that we only add bounds to do minimal changes to the snapshot. |
uuid-types got an upper bound in cf46210 for similar reasons. |
Thanks, I revised Is there anything I need to do to get the upper bound on Opaleye removed in the LTS? |
If I had been notified I would have been able to address this sooner. As it happened, I discovered this upper bound out of idle curiosity, whilst I was investigating LTS for unrelated reasons (adding |
Signed-off-by: Mihai Maruseac <[email protected]>
That makes sense. I started adding the reason in the commit message and I think other curators will too. Meanwhile, I pushed a commit to remove the upper bound, but sadly I already did this week's LTS. |
OK, thanks. That's fine, as long as everything is set up correctly to get the latest Opaleye in due course. |
I'm the Opaelye maintainer. I see there's an upper bound on Opaleye
lts-haskell/build-constraints/lts-22-build-constraints.yaml
Line 1761 in b638728
as imposed in this commit: 1cfddfa#diff-58e26863dfb39461dede8943ad0bd4648278048ebe574a061d83701e49abb2a2
Why? Is there something I should be doing to make
opaleye-0.10.4.0
suitable for LTS Haskell?The text was updated successfully, but these errors were encountered: