mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -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 ->
|
||||
run "ghc" ghcArgs
|
||||
CompileStackGhc stackYaml ->
|
||||
run "stack" ["build", "--silent"] .&&.
|
||||
run "stack" ["build", "--silent", "--stack-yaml", stackYaml] .&&.
|
||||
run "stack" ("ghc" : "--stack-yaml" : stackYaml : "--" : ghcArgs)
|
||||
CompileScript script ->
|
||||
run script [binFileName dirs]
|
||||
|
Loading…
x
Reference in New Issue
Block a user