install, doc: bump versions in install script & download page

This commit is contained in:
Simon Michael 2018-03-31 18:34:22 +01:00
parent e06644ad8d
commit 7ac50feeb3
2 changed files with 13 additions and 13 deletions

View File

@ -57,14 +57,14 @@ RESOLVER= #"--resolver=nightly"
# avoid some unnecessary building. OSX Sierra+ requires at least lts-8.0.
# lts-6 or 7 probably require tweaking the hledger install commands below.
HLEDGER_LIB_VERSION=1.5
HLEDGER_VERSION=1.5
HLEDGER_UI_VERSION=1.5
HLEDGER_WEB_VERSION=1.5.1
HLEDGER_API_VERSION=1.5
HLEDGER_LIB_VERSION=1.9
HLEDGER_VERSION=1.9
HLEDGER_UI_VERSION=1.9
HLEDGER_WEB_VERSION=1.9
HLEDGER_API_VERSION=1.9
HLEDGER_DIFF_VERSION=0.2.0.13
HLEDGER_IADD_VERSION=1.3.1
HLEDGER_IADD_VERSION=1.3.2
HLEDGER_INTEREST_VERSION=1.5.1
HLEDGER_IRR_VERSION=0.1.1.13

View File

@ -110,13 +110,13 @@ Eg, if you use bash:
Now you should be able to run the hledger tools and see the expected versions. Eg:
```shell
$ hledger --version
hledger 1.5
hledger 1.9
$ hledger-ui --version
hledger-ui 1.5
hledger-ui 1.9
$ hledger web --version
hledger-web 1.5
hledger-web 1.9
$ hledger iadd --version
This is hledger-iadd version 1.3.1
This is hledger-iadd version 1.3.2
```
#### Need help ?
@ -139,7 +139,7 @@ If you prefer more control or if hledger-install failed, here's how to use stack
On Windows, the 64-bit version of stack is [preferred](https://github.com/simonmichael/hledger/issues/275#issuecomment-123834252).
2. **`stack install --resolver=nightly hledger-lib-1.5 hledger-1.5 [hledger-ui-1.5] [hledger-web-1.5] [hledger-api-1.5]`**\
2. **`stack install --resolver=nightly hledger-lib-1.9 hledger-1.9 [hledger-ui-1.9] [hledger-web-1.9] [hledger-api-1.9]`**\
This installs the specified hledger packages (and dependencies) from [Stackage](https://www.stackage.org) and/or [Hackage](http://hackage.haskell.org).
The bracketed packages are optional; if you include them, don't type the brackets, and do always
include the preceding hledger-lib and hledger packages.\
@ -170,7 +170,7 @@ If you prefer more control or if hledger-install failed, here's how to use stack
and [hledger-irr](http://hackage.haskell.org/package/hledger-irr)
can be installed similarly to the above. Eg:
**`stack install --resolver nightly hledger-lib-1.5 hledger-1.5 hledger-iadd-1.3.1`**
**`stack install --resolver nightly hledger-lib-1.9 hledger-1.9 hledger-iadd-1.3.2`**
6. **[Test](#test)**
@ -193,6 +193,6 @@ and includes the [latest improvements](https://github.com/simonmichael/hledger/c
5. **[If you see link errors..](#link-errors)**
6. **[Set up \$PATH](#set-up-path)**
7. **[Test](#test)**
(Development versions will have a .99 suffix, 1.5.99 means 1.6-dev)
(Development versions will have a .99 suffix, 1.9.99 means 2.0-dev)
cabal users may find the `cabal-install.sh` or `cabal.project` files useful.