Simon Michael
1aac7e97b1
install: re-enable hledger-iadd & hledger-interest
...
hledger-iadd has been revised on hackage, and hledger-interest has no upper bound.
2019-12-04 11:20:00 -08:00
Simon Michael
3d98f0b5aa
install: always do stack update, to help ensure we get the latest
...
https://github.com/commercialhaskell/stack/issues/5112
2019-12-03 11:30:46 -08:00
Simon Michael
b58a350803
install: update hledger-install for 1.16.1, disable addons for now
2019-12-03 08:41:44 -08:00
Simon Michael
f767df40e0
;tools: drop easytest from old stack yamls
...
[ci skip]
2019-11-28 14:53:17 -08:00
Simon Michael
f5ead7a38e
;install: bump version after resolver update
...
[ci skip]
2019-10-18 11:15:06 -07:00
Brian Wignall
952c2728f8
Make resolver in hledger-install.sh consistent with that in stack.yaml
2019-10-18 11:13:52 -07:00
Simon Michael
4db14ef70f
;api: another round of hledger-api purging; fix the build
2019-09-11 14:49:22 -07:00
Simon Michael
21ba8eb713
;install: bump to 1.15.2
...
[ci skip]
2019-09-05 15:43:53 -07:00
Simon Michael
70c349cd1e
;install: bump resolver down to lts-14.3 to avoid 14.4 404 issue
...
[ci skip]
2019-09-02 14:51:08 -07:00
Simon Michael
7374f7bb4e
;install: update for 1.15.1
...
[ci skip]
2019-09-02 12:31:28 -07:00
Simon Michael
82da5a537b
install: bump to lts-14.4, hledger 1.15, drop hledger-api
...
[ci skip]
2019-09-01 08:53:06 -07:00
Simon Michael
63fec5a8a8
;install: bump hledger-ui version, bump resolver (#709/#1077)
...
[ci skip]
2019-08-30 08:33:39 -07:00
zieone
ea2d6d2077
update resolver to lts-13.27 for freebsd12
2019-08-30 08:29:18 -07:00
Simon Michael
8aac6f80bb
install: bump versions
2019-03-20 16:18:04 -07:00
Simon Michael
6221562507
install: stop installing hledger-diff addon ( #981 )
...
[ci skip]
2019-03-04 12:03:04 -08:00
Simon Michael
521b43c0cc
install: don't forget to bump own version
...
[ci skip]
2019-03-02 07:08:02 -08:00
Simon Michael
c9105cc33b
download page, hledger-install: bump hledger-iadd version
...
[ci skip]
2019-03-02 07:04:35 -08:00
Simon Michael
c77fa03db3
download page, hledger-install: bump hledger version
...
[ci skip]
2019-03-01 18:41:52 -08:00
Simon Michael
8d381457a4
install: bump versions
...
[ci skip]
2019-03-01 17:58:56 -08:00
Simon Michael
8f094d1a87
hledger-install: bump to latest hledger versions
...
[ci skip]
2019-02-05 12:33:32 -08:00
Simon Michael
95e9e80053
hledger-install: bump hledger-ui version
...
[ci skip]
2019-02-02 09:20:17 -08:00
Simon Michael
5a67ea4195
bump hledger-iadd version
...
[ci skip]
2019-02-02 08:26:01 -08:00
Simon Michael
b5620d9b3f
hledger-install: dep updates
...
[ci skip]
2019-02-01 17:50:40 -08:00
Simon Michael
a2bf1ddc31
hledger-install: update for 1.13
...
[ci skip]
2019-02-01 17:28:00 -08:00
Dmitry Astapov
afd7cae169
install: fix "stack" installation when .local/bin is not in PATH
2019-01-31 12:46:03 -08:00
Simon Michael
506d1a4b61
install: bump hledger-iadd version
...
[ci skip]
2018-12-03 06:18:56 -08:00
Simon Michael
f46014384d
install: bump versions
2018-12-02 17:26:31 -08:00
Simon Michael
9597f1891b
install: bump hledger versions to 1.11.1
2018-10-06 09:40:52 -10:00
Simon Michael
08e02024b2
install: warn and stop if old stack shadows installed one; clearer output
...
[ci skip]
2018-10-05 11:05:39 -10:00
Simon Michael
273f744718
install: be more informative about the choice of install tool
...
[ci skip]
2018-10-05 11:05:39 -10:00
Simon Michael
896e58c054
install: warn when installed stack is too old
...
[ci skip]
2018-10-05 11:05:39 -10:00
Simon Michael
bcf6f8ab4d
install: make cmpver available earlier
...
[ci skip]
2018-10-05 11:05:39 -10:00
Simon Michael
4fb0e401a1
install: bump version
2018-10-01 10:01:17 -10:00
Simon Michael
aba0db8490
install: ensure a new-enough version of stack; output improvements
2018-10-01 10:00:46 -10:00
Simon Michael
87e54507e0
install: fix missing cassava-megaparsec dependency
2018-10-01 09:38:54 -10:00
Simon Michael
ca4a7fae3b
install: clean up vars
2018-10-01 09:25:39 -10:00
Simon Michael
4e30ac8e9e
install: cleanups
2018-10-01 09:25:39 -10:00
Simon Michael
b798c48040
bump version to 1.11
2018-09-30 20:07:45 -10:00
Simon Michael
fa74840206
install: drop hledger-irr
2018-09-30 14:37:34 -10:00
Simon Michael
ff7b6d1780
install: bump hledger-iadd to latest
2018-08-31 18:12:17 -07:00
Simon Michael
db4f8007f8
install: silence not found warnings for uninstalled tools
2018-07-17 07:24:15 +01:00
Simon Michael
3c28e7db85
install: bump version
2018-07-15 18:38:10 +01:00
SpicyCat
0877d9f169
Wrap $(cmd_version xxxx) with double quotes
...
cmd_version xxxx like cmd_version hledger will return empty string if
hledger is not installed, and then `cmpver $(cmd_version hledger) $HLEDGER_VERSION`
will become `cmpver $HLEDGER_VERSION`
Wrapping $(cmd_version xxxx) with double quotes can solve this.
2018-07-15 22:18:17 +08:00
Simon Michael
363e4e3925
install: bump resolver, hledger-ui version
2018-07-11 10:01:56 +01:00
Simon Michael
b91f0cb539
install: bump to new hledger-irr version
2018-07-02 16:33:09 +01:00
Simon Michael
9a5127caf8
install: fix 1.10 installation ( #831 )
...
[ci skip]
2018-07-02 05:16:38 +01:00
Simon Michael
d1c2165ed9
install: bump versions in hledger-install
2018-06-30 22:03:38 +01:00
Simon Michael
55bea458ff
install: hledger-irr updated, use latest hledger-lib again ( #787 )
...
[ci skip]
2018-05-25 07:04:20 -07:00
Simon Michael
4ed3780fbc
install: hledger-irr can't build with latest hledger-lib yet ( #787 )
2018-05-24 22:19:00 -07:00
Simon Michael
a0c9c3534b
install: specify latest hledger-lib when installing 3rd party addons
...
We use stackage lts, which may not have the hledger-lib they require.
[ci skip]
2018-05-14 17:42:48 -07:00