download page, hledger-install: bump hledger-iadd version

[ci skip]
This commit is contained in:
Simon Michael 2019-03-02 07:04:35 -08:00
parent 522407cd84
commit c9105cc33b
2 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@ HLEDGER_WEB_VERSION=1.14
HLEDGER_API_VERSION=1.14 HLEDGER_API_VERSION=1.14
HLEDGER_DIFF_VERSION=0.2.0.14 HLEDGER_DIFF_VERSION=0.2.0.14
HLEDGER_IADD_VERSION=1.3.8 HLEDGER_IADD_VERSION=1.3.9
HLEDGER_INTEREST_VERSION=1.5.3 HLEDGER_INTEREST_VERSION=1.5.3
# extra dependencies that aren't in stackage: # extra dependencies that aren't in stackage:

View File

@ -171,7 +171,7 @@ like
or [hledger-interest](http://hackage.haskell.org/package/hledger-interest) or [hledger-interest](http://hackage.haskell.org/package/hledger-interest)
can be installed like so: can be installed like so:
**`stack install --resolver=lts-13 hledger-lib-1.14 hledger-diff-0.2.0.14 hledger-iadd-1.3.8 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 hledger-interest-1.5.3`**\ **`stack install --resolver=lts-13 hledger-lib-1.14 hledger-diff-0.2.0.14 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 hledger-interest-1.5.3`**\
<a name="b3"></a> <a name="b3"></a>
@ -180,7 +180,7 @@ can be installed like so:
[cabal](https://www.haskell.org/cabal/) is the other Haskell build tool. If you're a cabal expert, use it in the usual way, eg: [cabal](https://www.haskell.org/cabal/) is the other Haskell build tool. If you're a cabal expert, use it in the usual way, eg:
**`cabal v2-update`**\ **`cabal v2-update`**\
**`cabal v2-install hledger-1.14.1 hledger-ui-1.14 hledger-web-1.14 hledger-api-1.14 [hledger-diff-0.2.0.14 hledger-iadd-1.3.8 hledger-interest-1.5.3]`**\ **`cabal v2-install hledger-1.14.1 hledger-ui-1.14 hledger-web-1.14 hledger-api-1.14 [hledger-diff-0.2.0.14 hledger-iadd-1.3.9 hledger-interest-1.5.3]`**\
</div> </div>
@ -214,7 +214,7 @@ You should now be able to run the hledger tools (whichever ones you installed) a
`$`**`hledger web --version`**\ `$`**`hledger web --version`**\
`hledger-web 1.14`\ `hledger-web 1.14`\
`$`**`hledger iadd --version`**\ `$`**`hledger iadd --version`**\
`This is hledger-iadd version 1.3.8`\ `This is hledger-iadd version 1.3.9`\
And you can check that the unit tests pass (just for fun): And you can check that the unit tests pass (just for fun):