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

Can't build with GHC 8.8.4 #31

Open
ysangkok opened this issue Nov 4, 2020 · 1 comment
Open

Can't build with GHC 8.8.4 #31

ysangkok opened this issue Nov 4, 2020 · 1 comment

Comments

@ysangkok
Copy link

ysangkok commented Nov 4, 2020

Which version was this tested with? I tried building version 0.0.1 on GHC 8.8.4 and I got this error:

[ 3 of 23] Compiling Data.Profunctor.Optic.Index ( src/Data/Profunctor/Optic/Index.hs, dist/build/Data/Profunctor/Optic/Index.o )

src/Data/Profunctor/Optic/Index.hs:151:10: error:
    • The type synonym ‘Cx'’ should have 3 arguments, but has been given 1
    • In the type signature: kunit :: Strong p => Cx' p :-> p
    |
151 | kunit :: Strong p => Cx' p :-> p
    |          ^^^^^^^^^^^^^^^^^^^^^^^
cabal: Failed to build profunctor-optics-0.0.1

Thanks for your patience, it looks like exactly what I was looking for!

@cmk
Copy link
Owner

cmk commented Dec 23, 2020

Sorry for the late reply: 0.0.1 was written with GHC 8.6.3.

Probably obvious, but this library is not exactly stable :). I wouldn't recommend depending on it for anything too serious.

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