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

Wrong version constraint on transformers #8

Closed
josefs opened this issue Jan 5, 2014 · 1 comment
Closed

Wrong version constraint on transformers #8

josefs opened this issue Jan 5, 2014 · 1 comment

Comments

@josefs
Copy link

josefs commented Jan 5, 2014

Currently the constraint for transformers is (>=0.2.0.0 && <0.4), but that's wrong, because mmorph depends on the module Control.Applicative.Backwards which was only introduced in version 0.3.0.0 in transformers.

Expect a pull request soon.

josefs added a commit to josefs/Haskell-MMorph-Library that referenced this issue Jan 5, 2014
The constraint on transformers was too lax, including version 0.2.0.0. But since mmorph depends on Control.Applicative.Backwards which was introduced in version 0.3.0.0 it's not OK to compile againts 0.2.0.0
josefs added a commit to josefs/Haskell-MMorph-Library that referenced this issue Jan 6, 2014
Importing Control.Applicative.Backwards means that we have to depend on
transformers version 0.3 or higher. This change lets us keep the more lax
constraint in transformers.
@Gabriella439
Copy link
Owner

Fixed in version 1.0.2, which now compiles against transformers <= 0.3.0.0.

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