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

Lens does not compile under GHC 7.7 #385

Closed
wdanilo opened this issue Jan 18, 2014 · 3 comments
Closed

Lens does not compile under GHC 7.7 #385

wdanilo opened this issue Jan 18, 2014 · 3 comments

Comments

@wdanilo
Copy link

wdanilo commented Jan 18, 2014

As in the title - Lens does not compile under GHC 7.7:

src/Control/Lens/Internal/Exception.hs:165:3:
    ‛typeOf’ is not a (visible) method of class ‛Typeable’

src/Control/Lens/Internal/Exception.hs:168:14:
    ‛typeOf’ is not a (visible) method of class ‛Typeable’
Failed to install lens-3.10.1
@mxswd
Copy link
Collaborator

mxswd commented Jan 19, 2014

This is due to the new typeable in base 4.7.

lens-3.10.* could get a maintenance release, but probably not till a GHC 7.8 RC is out.

lens-4 is already compatible with 7.8, you should use that.

@wdanilo
Copy link
Author

wdanilo commented Jan 19, 2014

Thank you, but what is lens-4? I do not see it anywhere.

@mxswd
Copy link
Collaborator

mxswd commented Jan 19, 2014

Sorry, as in the HEAD version from GitHub.

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