-
Notifications
You must be signed in to change notification settings - Fork 5
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
Inaccurate version bound #7
Comments
I checked and I can't find any module name that would clash. What is the exact build failure? Could it be caused by the If that's the case, I think |
@hvr I figured out how to read the logs, and indeed, the issue is due to
|
Okay, come to think of it, if two packages expose equally named modules, maybe it is downstream's issue to deal with. I tried to adapt my code to |
@int-index hrm... yeah, this one can in theory have multiple ways to be resolved. But it's not Otoh, I just realised due to minad/writer-cps-transformers#7 that @minad seems to intend to actually turn |
@hvr indeed. The writer-cps-* packages will turn into compatibility packages soon. |
@minad fyi, recently with the network/network-bsd split, we had a related situation which took some time to figure out and it also shows the trickiness involved (hinted at in the package description): http://hackage.haskell.org/package/network-bsd ...applied to the |
The thing I can't figure out is how to deal with |
@int-index if |
Transformers should expose those modules. Can you open an issue please? |
@minad Alright, I opened an issue there https://hub.darcs.net/ross/transformers/issue/67 |
As can be seen at https://matrix.hackage.haskell.org/package/transformers-lift@1549836919
transformers-lift
is not compatible withtransformers >= 0.5.6
due to module name clashes.I've already revised
accordingly.
The resulting build reports can be inspected at
https://matrix.hackage.haskell.org/package/transformers-lift@1549837448
The text was updated successfully, but these errors were encountered: