-
Notifications
You must be signed in to change notification settings - Fork 7
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.8.1 / base-4.13 / MonadFail / ... breakages #222
Comments
Could I request that EDIT: On second thought, Travis is passing |
haskell-ci script have allow-newer: base, so how upper bounds would help?
… On 28 Apr 2019, at 17.41, Ryan Scott ***@***.***> wrote:
Could I request that aeson released have their upper version bounds on base revised to < 4.13? The lack of upper version bounds is currently causing failing build plans to be chosen with GHC 8.8.1 on Travis. See here for one example.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I edited my previous comment to state that realization, although I now realize that you wouldn't see that if you're only reading e-mail notifications. My bad. |
No worries
It’s good to know that there will be breakage, this issue is exactly to collect the list; and then fix stuff
… On 28 Apr 2019, at 18.34, Ryan Scott ***@***.***> wrote:
I edited my previous comment to state that realization, although I now realize that you wouldn't see that if you're only reading e-mail notifications. My bad.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Two more for the pile needing revisions of old versions:
|
curiously: in some CI i've got, i'm seeing the bad time version picked up for 8.8.1RC / hackage head https://travis-ci.org/haskell/primitive/jobs/533885678#L912 |
I think we may need to add |
@recursion-ninja that's different, There's a bunch of packages in https://github.com/hackage-trustees/malcolm-wallace-universe which I completely forgot about. |
@phadej I'm not sure what you mean.
|
E: And also |
The maintainer author of It's one reason, why I simply avoid packages by that person. (It's difficult, but not impossible). Please, open issues to their issue trackers, as that author simply ignores anything coming from Hackage trustees. TL;DR I personally refuse to revise |
What's the status of the |
@vmchale |
|
@phadej to clarify/expand: you mean that the build failure on hackage matrix happens only when its a local source tree / checkout build, rather than normally as a pkg we cabal install, right? |
With the latest |
|
|
not allowing newer base is not a breakage (i.e. there are no errors reported by compiler), as far as this issue is concerned. |
|
@quasicomputational hnix is in miserable state even without masking: https://matrix.hackage.haskell.org/#/package/hnix (edit: worth it's own issue, if that package is important to not nix users) |
I made revisions for ~4 recent years of |
See also
The text was updated successfully, but these errors were encountered: