-
Notifications
You must be signed in to change notification settings - Fork 842
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
Add stack build
options to stack ghci
?
#1186
Comments
This is a good idea! It would also be good to have |
Yeah, I agree. Becomes even more relevant with #1228. |
I'm going to go ahead with this, but not looking forward to what it will do to |
@danclien This is now implemented! |
* master: (96 commits) Revert "Additional helper to get project config dir" Additional helper to get project config dir Add a few items to ChangeLog.md Add stack build options to stack ghci #1186 Always build exes, due to cabal copy limitation Ported stack_and_ghcjs wiki page to doc release script: fix compile warnings Fix/add documentation for bcWorkDir and workDirRel Organize Stack.Types.Config Remove unused functions from Stack.Types.Config Fix building tests/benches in some circumstances Refactor generateHaddockIndex Enhance documentation for Stack.Build.Haddock Fix haddock generation Enhance documentation for System.Process.Read Enhance documentation for System.Process.Run Refactorings using mapMaybeM, forMaybeM and forMaybeA quite a few cosmetic improvements Enhance haddocks for Stack.Build.Execute Revert "Only install exes when they're built" ...
Awesome. Thank you so much! |
It looks like a
stack ghci
will invoke astack build
without any addition options?I normally build with
stack build --executable-profiling
. When I runstack ghci
, it has to unregister everything in my local database and rebuild everything without profiling.Would it be possible to add the options from
stack build
tostack ghci
? I'm currently running v0.1.6.0 (e22271f, OS X x86_64).The text was updated successfully, but these errors were encountered: