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

persistent fails to compile with ghc 7.4.1-rc1 #31

Closed
markwright opened this issue Dec 26, 2011 · 3 comments
Closed

persistent fails to compile with ghc 7.4.1-rc1 #31

markwright opened this issue Dec 26, 2011 · 3 comments

Comments

@markwright
Copy link
Contributor

Compiling source in /var/tmp/portage/dev-haskell/persistent-0.6.4.3/work/persistent-0.6.4.3 ...
./setup build
Building persistent-0.6.4.3...
Preprocessing library persistent-0.6.4.3...
[ 1 of 10] Compiling Database.Persist.TH.Library ( Database/Persist/TH/Library.hs, dist/build/Database/Persist/TH/Library.o )
[ 2 of 10] Compiling Database.Persist.Util ( Database/Persist/Util.hs, dist/build/Database/Persist/Util.o )
[ 3 of 10] Compiling Database.Persist.Base ( Database/Persist/Base.hs, dist/build/Database/Persist/Base.o )

Database/Persist/Base.hs:384:52:
Expecting two more arguments to b' In the typePersistEntity val => val -> b m (Key b val)'
In the class declaration for `PersistBackend'

  • ERROR: dev-haskell/persistent-0.6.4.3 failed (compile phase):
  • setup build failed
@snoyberg
Copy link
Member

Thanks for bringing this up, I've emailed the cafe.

@snoyberg
Copy link
Member

I've released a new version of persistent (0.6.4.4) with an explicit kind signature that should fix the issue. Can you test and confirm?

Git commit: b1fbe35

@markwright
Copy link
Contributor Author

Thanks, 0.6.4.4 builds fine with ghc 7.4.1-rc1.

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