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

rename some types to work around injective type family stuff #4

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

santolucito
Copy link

this is really not the right way to address this issue probably, but it seems to work fine for now. This should fix #3 just get things working, but it seems to have some deeper issue related to/that might be fixed by https://ghc.haskell.org/trac/ghc/wiki/InjectiveTypeFamilies

this is really not the right way to address this issue probably, but it seems to work fine for now
@brunjlar
Copy link
Owner

It seems with your changes, the Travis CI fails with similar (symmetrical) complaints.
My suspicion is that the problem is caused by underspecified dependencies in the cabal file. I am using stack for my builds, and it works just fine.
I will try to create a new version with explicit upper and lower bounds and see whether that will get it to work for both Hackage and Travis.

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

Successfully merging this pull request may close these issues.

Compile error when building from Hackage
2 participants