mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
;install: use stackage nightly, fix breakage on non-windows platforms
This commit is contained in:
parent
8a190e2012
commit
bdb24409a4
@ -12,7 +12,7 @@ set -o pipefail
|
|||||||
HLEDGER_INSTALL_TOOL=hledger-install.sh
|
HLEDGER_INSTALL_TOOL=hledger-install.sh
|
||||||
|
|
||||||
# This install script's version.
|
# This install script's version.
|
||||||
HLEDGER_INSTALL_VERSION=20240502
|
HLEDGER_INSTALL_VERSION=20240524
|
||||||
|
|
||||||
# Tools to be installed by this install script, official tools first.
|
# Tools to be installed by this install script, official tools first.
|
||||||
# Keep synced with the package versions below.
|
# Keep synced with the package versions below.
|
||||||
@ -94,14 +94,14 @@ STACK_MIN_VERSION=2.5.1
|
|||||||
# You can try specifying a different stackage version here, or
|
# You can try specifying a different stackage version here, or
|
||||||
# commenting out this line to use your current global resolver,
|
# commenting out this line to use your current global resolver,
|
||||||
# to avoid unnecessary building.
|
# to avoid unnecessary building.
|
||||||
STACK_RESOLVER="--resolver=lts-22.19"
|
STACK_RESOLVER="--resolver=nightly-2024-05-16"
|
||||||
|
|
||||||
# Dependencies we require that aren't in the above stackage snapshot.
|
# Dependencies we require that aren't in the above stackage snapshot.
|
||||||
# (Also requested when using cabal, but that's harmless.)
|
# (Also requested when using cabal, but that's harmless.)
|
||||||
# Be careful not to break interpolation in commands below, the format should be
|
# Be careful not to break interpolation in commands below, the format should be
|
||||||
# STACK_EXTRA_DEPS="PKG1-VER1 PKG2-VER2 ..."
|
# STACK_EXTRA_DEPS="PKG1-VER1 PKG2-VER2 ..."
|
||||||
# extra deps as in stack9.6.yaml:
|
# extra deps as in stack9.6.yaml:
|
||||||
STACK_EXTRA_DEPS="vty-windows-0.2.0.1"
|
STACK_EXTRA_DEPS=""
|
||||||
|
|
||||||
#TODO? https://github.com/commercialhaskell/stack/issues/3055 https://github.com/haskell/hackage-security/issues/187
|
#TODO? https://github.com/commercialhaskell/stack/issues/3055 https://github.com/haskell/hackage-security/issues/187
|
||||||
#Updating package index Hackage (mirrored at https://s3.amazonaws.com/hackage.fpcomplete.com/) ...
|
#Updating package index Hackage (mirrored at https://s3.amazonaws.com/hackage.fpcomplete.com/) ...
|
||||||
|
Loading…
Reference in New Issue
Block a user