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

NoImplicitPrelude breaks a package #37

Closed
domenkozar opened this issue Sep 13, 2019 · 2 comments
Closed

NoImplicitPrelude breaks a package #37

domenkozar opened this issue Sep 13, 2019 · 2 comments

Comments

@domenkozar
Copy link

I'm using stack.

Package A uses NoImplicitPrelude default extension but depends on package B which doesn't. Package B fails to compile because ghcide assumes NoImplicitPrelude.

PS: I'm not entirely sure if this is an issue here or in ghcide

@domenkozar
Copy link
Author

Seems like it's an upstream issue: commercialhaskell/stack#2173

@mpickering
Copy link
Collaborator

Yes, it's a bug in stack trying to be clever creating a single component when there are two. I'll comment further on the GHC issue you opened.

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