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

Consolidate Typeable tuple instances with base-orphans #273

Merged
merged 1 commit into from Jun 9, 2015
Merged

Consolidate Typeable tuple instances with base-orphans #273

merged 1 commit into from Jun 9, 2015

Conversation

RyanGlScott
Copy link
Contributor

Currently, accelerate defines orphan Typeable instances for tuple types. base-orphans also exports these instances, so to avoid potential instance conflicts with other packages that transitively depend on base-orphans (e.g., hsbencher), this pull request imports these instances from Data.Orphans instead.

tmcdonell added a commit that referenced this pull request Jun 9, 2015
Consolidate Typeable tuple instances with base-orphans
@tmcdonell tmcdonell merged commit acb5d17 into AccelerateHS:master Jun 9, 2015
@tmcdonell
Copy link
Member

Thanks! I didn't know about base-orphans.

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.

None yet

2 participants