-
Notifications
You must be signed in to change notification settings - Fork 843
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
Stack ghci before stack build fails #1065
Comments
@chrisdone / @snoyberg: any thoughts? |
That Paths module will have to be generated by Cabal, which unfortunately only happens from a call to |
Yep, I agree. It's time to just bite the bullet and do the build and cache-and-ignore any exceptions to retain the optimistic case of running ghci. I was thinking we could also add a trivial |
@chrisdone: currently |
Don't build anything for 'stack ide targets', and only build dependencies before 'stack ide start'
That's after deleting my .ghci file and removing my .stack-work.
My guess is
stack ghci
should generate the paths file if it needs it. I thought it used to do a whole build before launching ghci? Using 06a4b27.The text was updated successfully, but these errors were encountered: