Skip to content
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

Closed
mokus0 opened this issue Jun 15, 2011 · 4 comments
Closed

comonad-transformers dependency excludes 1.7 #1

mokus0 opened this issue Jun 15, 2011 · 4 comments

Comments

@mokus0
Copy link

mokus0 commented Jun 15, 2011

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.

@ekmett
Copy link
Owner

ekmett commented Jun 15, 2011

Will do. Yeah, the changes to comonad-transformers were minor, but
technically API breaking. I missed those when sweeping through my other
packages.

On Wed, Jun 15, 2011 at 9:39 AM, mokus0 <
reply@reply.github.com>wrote:

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.

Reply to this email directly or view it on GitHub:
#1

@mokus0
Copy link
Author

mokus0 commented Jun 15, 2011

Thank you!

@ekmett
Copy link
Owner

ekmett commented Jun 16, 2011

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:

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.

Reply to this email directly or view it on GitHub:
#1

@mokus0
Copy link
Author

mokus0 commented Jun 16, 2011

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).

@ekmett ekmett closed this as completed Aug 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants