mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 16:51:56 -07:00
Add --stack-yaml
flag to stack build --silent
Fixes: https://github.com/xmonad/xmonad/issues/322
This commit is contained in:
parent
be1d2269ce
commit
b77ba03ed9
@ -659,7 +659,7 @@ compile dirs method =
|
|||||||
CompileGhc ->
|
CompileGhc ->
|
||||||
run "ghc" ghcArgs
|
run "ghc" ghcArgs
|
||||||
CompileStackGhc stackYaml ->
|
CompileStackGhc stackYaml ->
|
||||||
run "stack" ["build", "--silent"] .&&.
|
run "stack" ["build", "--silent", "--stack-yaml", stackYaml] .&&.
|
||||||
run "stack" ("ghc" : "--stack-yaml" : stackYaml : "--" : ghcArgs)
|
run "stack" ("ghc" : "--stack-yaml" : stackYaml : "--" : ghcArgs)
|
||||||
CompileScript script ->
|
CompileScript script ->
|
||||||
run script [binFileName dirs]
|
run script [binFileName dirs]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user