-
Notifications
You must be signed in to change notification settings - Fork 93
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
Lower bound on transformers #142
Comments
This only shows up when building with older versions of GHC. Try this for example to see the failure:
|
I've fixed up the affected releases (@bgamari, so everything that's now left to do is to update the
|
Awesome. Thanks! |
Unfortunately, these revisions are causing various build failures for me ( Also, these new version bounds are too conservative.
This is why If you really want to be sure that |
@RyanGlScott Oh dear... I totally missed that :-/ I've fixed up the version bound as you suggested; would have been easier to turn that soft-blacklist of transformers-0.4 into a hard-blacklist... |
Attoparsec uses
Data.Functor.Identity
. Consequently, it should requiretransformers >= 0.4.1.0
.The text was updated successfully, but these errors were encountered: