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

Build failure under ghc 7.8.3 #42

Open
wojtnar opened this issue Nov 27, 2014 · 3 comments
Open

Build failure under ghc 7.8.3 #42

wojtnar opened this issue Nov 27, 2014 · 3 comments

Comments

@wojtnar
Copy link

wojtnar commented Nov 27, 2014

Language/Sunroof/Types.hs:297:10:
Could not deduce (Sunroof r0)
arising from the ambiguity check for an instance declaration

Adding AllowAmbiguousTypes pragma fixes this.

But then there is a bunch of scarry errors in Language/Sunroof/TH.hs.

@jbracker
Copy link
Member

I just did something about the ambiguous types in #41. Could you check if that changes anything? I don't have a installation of GHC 7.8 right now on my machine.

Please, also post the error messages that you see.

@wojtnar
Copy link
Author

wojtnar commented Nov 30, 2014

After removing the upper version limit on base, like that
base >= 4.3.1,
It compiles just fine.

@jbracker
Copy link
Member

jbracker commented Dec 2, 2014

These changes are currently under discussion in #41 .

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