-
Notifications
You must be signed in to change notification settings - Fork 21
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
Min constraint on mtl breaks LTS Haskell and causes cabal hell #15
Comments
Yikes, I'm so sorry. I was convinced that
Now I am really confused. |
Hmm, but you're right that it does work with |
New revisions with |
Yes, it fixes my issues. Thank you for the prompt reaction. |
Great, no problem. |
The change resulting from #14 broke my builds.
I use stack and
lts-2.22
resolver (latest available for GHC 7.8.4). The lts-2.22 contains:MonadRandom 0.3.0.2
mtl 2.1.3.1
Overriding
mtl
requires bumpingtransformers
as well (GHC 7.8.4 ships 0.3.0.0) and that breaks compilation ofghc-mtl-1.2.1.0
and causes warnings about packages depending on multiple version of the same package and that things will likely explode. Well, I haven't been able to fix this on my side.Please consider reverting the
mtl
constraint at least onMonadRandom 0.3.0.2
to fix the LTS.The text was updated successfully, but these errors were encountered: