-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature request: stack configure #820
Comments
I'm a bit hesitant about adding this, for multiple reasons:
Do you have any thoughts on these? (I'll look into those locking messages, they definitely shouldn't be on stdout.) |
@chrisdone see anything wrong with this?
|
I've added an
|
Looks good. What stack version is this going in do you think? Should I check stack is |
It should be in 0.1.4. Can you open up a separate issue about On Mon, Aug 24, 2015 at 1:47 PM, Daniel Gröber notifications@github.com
|
Sure |
As adding stack support to ghc-mod at ghc-mod/pull/549, we find that it would be helpful to have a command
stack configure
which should be similar tocabal configure
. So that when the cabal file changes, the setup files can be updated without compile the project again :)BTW: Locking messages at src/main/Main.hs#L586-L587 are printed to
stdout
and confuse us when usingstack path
. It would be nice to print them tostderr
or add a '--quiet' option.The text was updated successfully, but these errors were encountered: