dev: stack: bump to latest nightly

This commit is contained in:
Simon Michael 2022-07-10 22:05:14 +01:00
parent dde2ea7e42
commit 3070ba9b36
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack
{- stack script --resolver nightly-2022-06-09 --compile
{- stack script --resolver nightly-2022-07-10 --compile
--extra-include-dirs /Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/ffi
--package base-prelude
--package directory

View File

@ -46,13 +46,13 @@ HERE
HLEDGER_INSTALL_TOOL=hledger-install.sh
# this script's version
HLEDGER_INSTALL_VERSION=20220609
HLEDGER_INSTALL_VERSION=20220710
# stackage snapshot to use when installing with stack.
# You can try specifying a different stackage version here, or
# commenting out this line to use your current global resolver,
# to avoid unnecessary building.
RESOLVER="--resolver=nightly-2022-06-09"
RESOLVER="--resolver=nightly-2022-07-10"
# things to be installed

View File

@ -1,6 +1,6 @@
# stack build plan using GHC 9.2.3
resolver: nightly-2022-06-09
resolver: nightly-2022-07-10
packages:
- hledger-lib