install: hledger-irr can't build with latest hledger-lib yet (#787)

This commit is contained in:
Simon Michael 2018-05-24 22:18:01 -07:00
parent 84c7e2c403
commit 4ed3780fbc

View File

@ -49,7 +49,7 @@ HERE
HLEDGER_INSTALL_TOOL=hledger-install.sh HLEDGER_INSTALL_TOOL=hledger-install.sh
# ^ this script's name (can't use $0 when it's piped into bash) # ^ this script's name (can't use $0 when it's piped into bash)
HLEDGER_INSTALL_VERSION=20180514 HLEDGER_INSTALL_VERSION=20180524
RESOLVER="--resolver=lts" RESOLVER="--resolver=lts"
# ^ You can specify a different stackage snapshot here, # ^ You can specify a different stackage snapshot here,
@ -952,7 +952,7 @@ if [[ $(cmd_version hledger-interest) < $HLEDGER_INTEREST_VERSION ]]; then
fi fi
if [[ $(cmd_version hledger-irr) < $HLEDGER_IRR_VERSION ]]; then if [[ $(cmd_version hledger-irr) < $HLEDGER_IRR_VERSION ]]; then
echo Installing hledger-irr echo Installing hledger-irr
try_install hledger-irr-$HLEDGER_IRR_VERSION hledger-lib-$HLEDGER_LIB_VERSION try_install hledger-irr-$HLEDGER_IRR_VERSION #hledger-lib-$HLEDGER_LIB_VERSION
echo echo
fi fi
echo ---------- echo ----------