;dev: stack: bump to nightly-2023-05-31

This commit is contained in:
Simon Michael 2023-05-31 17:38:28 -10:00
parent c008dd83b6
commit 438891b2c5
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -94,7 +94,7 @@ STACK_MIN_VERSION=2.5.1
# You can try specifying a different stackage version here, or
# commenting out this line to use your current global resolver,
# to avoid unnecessary building.
STACK_RESOLVER="--resolver=nightly-2023-05-03"
STACK_RESOLVER="--resolver=nightly-2023-05-31"
# Dependencies we require that aren't in the above stackage snapshot.
# (Also requested when using cabal, but that's harmless.)

View File

@ -1,6 +1,6 @@
# stack build plan using GHC 9.4.5
resolver: nightly-2023-05-03
resolver: nightly-2023-05-31
packages:
- hledger-lib