;doc: download: update stack version, mention --verbosity error
[ci skip]
This commit is contained in:
parent
875e85ad36
commit
897ea271ff
@ -122,6 +122,8 @@ Or, you can install stack or cabal yourself and deal with them directly.
|
|||||||
|
|
||||||
On Windows, hledger-ui is not available and should be omitted from the commands above (except, it probably works in WSL).
|
On Windows, hledger-ui is not available and should be omitted from the commands above (except, it probably works in WSL).
|
||||||
|
|
||||||
|
For less verbose output, you can add `--verbosity error`.
|
||||||
|
|
||||||
#### Resource usage
|
#### Resource usage
|
||||||
|
|
||||||
Building Haskell programs typically involves downloading and compiling and
|
Building Haskell programs typically involves downloading and compiling and
|
||||||
@ -139,9 +141,9 @@ To estimate the build time remaining, add `--dry-run`.
|
|||||||
|
|
||||||
#### Using stack
|
#### Using stack
|
||||||
|
|
||||||
The latest release of stack (eg 1.9.3) will be the most reliable and is recommended.
|
The latest version of stack (2.1.3 as of 2019-07) will likely work best, so we recommend it.
|
||||||
If you have an older version, you can probably run `stack upgrade` to upgrade it.
|
If you have an older version, you can usually upgrade quickly with `stack upgrade`.
|
||||||
1.7.1 is the oldest that will work.
|
Versions older than 1.7.1 will definitely not work.
|
||||||
On Windows, the 64-bit version of stack is recommended.
|
On Windows, the 64-bit version of stack is recommended.
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user