-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'stack ghci' now asks which main module to load before building
Before this change, 'stack ghci' would ask the user a question after doing a build which may take a long time. The reason it was this way is that the question required resolution of package files, and package file resolution needed to come after the build due to #1180. The solution here is to resolve the package files twice - once before the build - and once after. This isn't the most efficient solution possible, but it is a much better user experience to ask the main target question before building rather than after.
- Loading branch information
Showing
1 changed file
with
81 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters