-
Notifications
You must be signed in to change notification settings - Fork 1
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
Build failures with mtl-2.3 #15
Comments
jonascarpay
added a commit
that referenced
this issue
May 23, 2022
[#15] mtl 2.3 has a botched Control.Monad.Except export. We could work around it with e.g. CPP, but luckily, we can also just use transformers directly instead.
Merged
jonascarpay
added a commit
that referenced
this issue
May 23, 2022
[#15] mtl 2.3 has a botched Control.Monad.Except export. We could work around it with e.g. CPP, but luckily, we can also just use transformers directly instead.
jonascarpay
added a commit
that referenced
this issue
May 23, 2022
[#15] mtl 2.3 has a botched Control.Monad.Except export. We could work around it with e.g. CPP, but luckily, we can also just use transformers directly instead.
jonascarpay
added a commit
that referenced
this issue
May 23, 2022
[#15] mtl 2.3 has a botched Control.Monad.Except export. We could work around it with e.g. CPP, but luckily, we can also just use transformers directly instead.
Thanks for reporting, it should be fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I build this package with the
mtl-2.3
release I get this failure:This build failure is due to haskell/mtl#117 which will be fixed in a follow-up release of
mtl
.Building with a version of
mtl
that includes a fix to that issue, I'm gettingThe text was updated successfully, but these errors were encountered: