Don't build stack dependencies by default
Adds a global option `--stack-build-deps` to enable old behavior
This commit is contained in:
@@ -146,6 +146,10 @@ globalArgSpec = Options
|
||||
<=> value "UTF-8"
|
||||
<=> showDefault
|
||||
<=> help "I/O encoding"
|
||||
<*> switch
|
||||
$$ long "stack-build-deps"
|
||||
<=> showDefault
|
||||
<=> help "Build dependencies if needed when using stack"
|
||||
where
|
||||
fileMappingSpec =
|
||||
getFileMapping . splitOn '=' <$> strOption
|
||||
|
||||
Reference in New Issue
Block a user