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

Use explicit import-list for GHC.Base import #59

Merged
merged 1 commit into from
Sep 25, 2014

Conversation

hvr
Copy link
Contributor

@hvr hvr commented Sep 17, 2014

base is currently being restructured in GHC HEAD which will very likely
break this unqualified GHC.Base import. So this simple change will make
that import statement future-proof.

`base` is currently being restructured in GHC HEAD which will very likely
break this unqualified `GHC.Base` import. So this simple change will make
that import statement future-proof.
hvr added a commit to ghc/packages-binary that referenced this pull request Sep 17, 2014
kolmodin added a commit that referenced this pull request Sep 25, 2014
Use explicit import-list for `GHC.Base` import
@kolmodin kolmodin merged commit 2fa8b1f into kolmodin:master Sep 25, 2014
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