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

Fails to build under newest derive #23

Closed
jkoppel opened this issue Apr 28, 2017 · 3 comments
Closed

Fails to build under newest derive #23

jkoppel opened this issue Apr 28, 2017 · 3 comments

Comments

@jkoppel
Copy link

jkoppel commented Apr 28, 2017

[50 of 62] Compiling Data.Comp.Derive ( src/Data/Comp/Derive.hs, dist/build/Data/Comp/Derive.o )

src/Data/Comp/Derive.hs:73:24: Not in scope: ‘A.makeFunctor’


This wouldn't be such a large problem, except that I failed to install an old derive, because it requires an old mtl

@ndmitchell
Copy link
Owner

Which version of GHC are you using?

@ndmitchell
Copy link
Owner

Oh, makeFunctor has disappeared - it's no longer supported in the latest Derive. Just using deriving Functor from GHC.

@jkoppel
Copy link
Author

jkoppel commented Apr 29, 2017

Oh, whoops, I opened this issue on the wrong project. 😊

@jkoppel jkoppel closed this as completed Apr 29, 2017
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