-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simplify dry run output, use simple-prompt yesNo and simple-cmd +-+
based on experience from Stackage server Previously was giving output like: $ env STACK_ROOT=$PWD/work/stack/ stack-clean-old remove 9.4 all stack ghc 9.4 installations: would be deleted ghc-tinfo6-9.4.4 compiler would be removed ghc-tinfo6-9.4.5 compiler would be removed ghc-tinfo6-9.4.6 compiler would be removed all 9.4 builds would be deleted all 9.4 builds would be deleted x86_64-linux-tinfo6: all 9.4 builds would be deleted 1 dir in work/stack/snapshots/x86_64-linux-tinfo6 would be removed for 9.4.6 (use --delete (-d) for removal)
- Loading branch information
Showing
10 changed files
with
52 additions
and
37 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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
resolver: lts-12.26 | ||
|
||
extra-deps: | ||
- simple-cmd-args-0.1.2 | ||
- simple-cmd-0.1.4 | ||
- simple-cmd-args-0.1.2 | ||
- simple-cmd-0.1.4 | ||
- simple-prompt-0.2.1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
resolver: lts-20.26 | ||
extra-deps: | ||
- simple-prompt-0.2.1 |