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

cabal install yesod-platform fails #545

Closed
mebaran opened this issue May 2, 2013 · 3 comments
Closed

cabal install yesod-platform fails #545

mebaran opened this issue May 2, 2013 · 3 comments

Comments

@mebaran
Copy link

mebaran commented May 2, 2013

It looks like Yesod-Core needs MultiParamTypeClasses enabled. The output states Widget.hs 77 needs this feature enabled.

For reference I'm on Windows GHC 7.4.2.

Thanks,
Mark

@mebaran
Copy link
Author

mebaran commented May 2, 2013

Just checking the file, building yesod-core (via cabal unpack) by hand and passing --ghc-options=-XMultiParamTypeClasses seems to solve the problem, even though the source file looks right.

@snoyberg
Copy link
Member

snoyberg commented May 3, 2013

That looks like a bug in GHC to me. I've just pushed a workaround and released to Hackage as 1.2.0.2. I'd suggest opening a bug with GHC about this as well.

@gregwebs
Copy link
Member

is this issue closed?

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

3 participants