From f3ba977b2f21c9df49524646e05b831eb17a6613 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 16 Aug 2019 16:01:55 -0700 Subject: [PATCH] site: download: suggest lts-14.1 [ci skip] --- site/download.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site/download.md b/site/download.md index e4eb3a827..b83271c0b 100644 --- a/site/download.md +++ b/site/download.md @@ -117,7 +117,7 @@ Or, you can install stack or cabal yourself and deal with them directly. |--------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | | | | [hledger-install.sh]
*Linux, Mac, WSL* | **`curl -s https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh -O`**
**`less hledger-install.sh`**    *# satisfy yourself that the script is safe*
**`bash hledger-install.sh`**    *# runs stack or cabal, installing stack if needed*
| -| [stack]
*Linux, Mac, Windows* | **`stack install --resolver=nightly-2019-05-11 hledger hledger-web hledger-ui --verbosity=error`**    *# installs GHC if needed.* | +| [stack]
*Linux, Mac, Windows* | **`stack install --resolver=lts-14.1 hledger hledger-web hledger-ui --verbosity=error`**    *# installs GHC if needed.* | | [cabal]
*Linux, Mac, Windows* | **`cabal v2-update && cabal v2-install hledger-1.14.2 hledger-web-1.14.1 hledger-ui-1.14.2`** | On Windows, hledger-ui is not available and should be omitted from the commands above (except, it probably works in WSL). @@ -151,8 +151,7 @@ Some other [add-on tools](/hledger.html#third-party-add-ons) like and [hledger-interest](http://hackage.haskell.org/package/hledger-interest) can be installed like so: - **`stack install --resolver=nightly-2019-03-21 hledger-api hledger-interest hledger-iadd`**\ -   **`hledger-interest-1.5.3 hledger-iadd-1.3.9 brick-0.46 text-zipper-0.10.1 config-ini-0.2.4.0 data-clist-0.1.2.2 word-wrap-0.4.1`**\ + **`stack install --resolver=lts-14.1 hledger-api hledger-interest hledger-iadd hledger-interest-1.5.3 hledger-iadd-1.3.9`** -->