-
Notifications
You must be signed in to change notification settings - Fork 809
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
ttc-1.5 out of bounds #7640
Comments
Signed-off-by: Mihai Maruseac <[email protected]>
Thank you! I just released TTC is also a dependency of I made a Hackage revision to
I am certain that Stack is using a very recent snapshot of Hackage, as I saw the logs when bumping/testing the new TTC release. What am I missing? If you have any suggestions, I would be very happy to hear them. Thanks again! |
Thank you. I'll debu the |
Signed-off-by: Mihai Maruseac <[email protected]>
Also, in Do you get the error with the bounds locally only? Can you try on a fresh clone of the |
… bound checks Signed-off-by: Mihai Maruseac <[email protected]>
Actually, no, I spoke too soon. Debugging after current nightly posts. |
I just figured it out! In the Now that I can test Thank you very much for the assistance. I really appreciate it. My draft reply before figuring it out: Indeed, I get the error even though everything looks fine. I have only seen the error locally, as I have not committed/pushed with the error. I went ahead and cleared my I just made a fresh clone of Thank you for pointing out that The issue seems to only be with the GHC 9.8.4 LTS snapshots. Here is my current configuration: resolver: lts-23.2
packages:
- .
flags:
aeson:
ordered-keymap: false
queue-sheet:
optparse-applicative_ge_0_18: true
extra-deps:
- ginger-0.10.5.2 The |
That's awesome. With this I also TIL that revisions need to be fully specified in |
Signed-off-by: Mihai Maruseac <[email protected]>
I got confused by When |
I had an API change, so I released Regarding specifying the revision, the |
There's still one more bound that needs to change: optparse-applicative-0.18.1.0 (changelog) (Grandfathered dependencies) is out of bounds for:
|
Since A flag was used to select the newer version so that the default would use the older version, which was used in Stackage snapshots at the time. Now that time has passed, I could change the condition so that the newer version is used by default, after which no flags would need to be configured in If that sounds good, I can go ahead and make the change for |
That sounds good to me, thank you. I think we removed the flag once the package got dropped. There is also #7438 related to using flags on Stackage: the setting is global to all users of Stackage. |
I released queue-sheet-0.8.0.1 with flag I will do the same for the other projects that use this flag in the near future. Since only the default is changed, the current flag settings in Thanks again! |
That's awesome. Thank you! |
ttc-1.5.0.0 (changelog) (Travis Cardwell [email protected] @TravisCardwell) is out of bounds for:
Will place an upper bound.
The text was updated successfully, but these errors were encountered: