Improve verbosity

This commit is contained in:
2020-07-13 11:52:34 +02:00
parent 30b4d399b9
commit 1a64527e14
7 changed files with 54 additions and 31 deletions

View File

@@ -299,6 +299,7 @@ settings' = unsafePerformIO
, noVerify = False
, keepDirs = Never
, downloader = Curl
, verbose = False
}
)

View File

@@ -808,6 +808,7 @@ toSettings Options {..} =
noVerify = optNoVerify
keepDirs = optKeepDirs
downloader = optsDownloader
verbose = optVerbose
in Settings { .. }