;pkg: stack: bump to latest nightly snapshot

This commit is contained in:
Simon Michael 2022-06-06 12:07:27 +01:00
parent f8e9a13f26
commit 79d3ecfc90
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -52,7 +52,7 @@ HLEDGER_INSTALL_VERSION=20220606
# 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-04-14"
RESOLVER="--resolver=nightly-2022-06-06"
# things to be installed

View File

@ -1,6 +1,6 @@
# stack build plan using GHC 9.2.2
resolver: nightly-2022-04-14
resolver: nightly-2022-06-06
packages:
- hledger-lib