-
Notifications
You must be signed in to change notification settings - Fork 65
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
comonad-transformers dependency excludes 1.7 #1
Comments
Will do. Yeah, the changes to comonad-transformers were minor, but On Wed, Jun 15, 2011 at 9:39 AM, mokus0 <
|
Thank you! |
Actually, you should use comonad-transformers in lieu of free. It had been folded in. I'll try to move the free part over to mtl eventually. Tagged i still have to patch when i get back stateside Sent from my iPhone On Jun 15, 2011, at 9:39 AM, mokus0reply@reply.github.com wrote:
|
Ah, OK. It didn't even occur to me that the Free type had been moved. Switching to comonad-transformers worked fine, thanks again. Incidentally, while testing that my code builds on older GHCs, I found that the 'void' package hangs GHC 6.12.1. I'll open a ticket on the void repo with more info (including a proposed solution). |
Cannot build projects that depend on both 'free' and 'pointed', because free excludes comonad-transformers >= 1.7 and pointed excludes comonad-transformers < 1.7.
When you get a chance, would you please update the dependency? 'free' builds fine for me with comonad-transformers 1.7.
The text was updated successfully, but these errors were encountered: