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: