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

Have some kind of target API to support multiple Main modules #63

Open
snoyberg opened this issue Sep 9, 2015 · 2 comments
Open

Have some kind of target API to support multiple Main modules #63

snoyberg opened this issue Sep 9, 2015 · 2 comments
Labels

Comments

@snoyberg
Copy link

snoyberg commented Sep 9, 2015

Problem: a single project can contain multiple Main module, specifically: one for each executable, test suite, and benchmark. We'd like to get type information etc for each of those, but can't load them all into GHC at once.

Solution: have an API where the editor can state which of those Main modules is the current target, and then provide information on those files.

@lukehoersten
Copy link
Contributor

+1 just ran into this.

@wraithm
Copy link

wraithm commented Sep 22, 2015

+1 Also having trouble with this

@chrisdone chrisdone added the bug label Sep 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants