;dev: stack: bump to nightly-2023-05-31
This commit is contained in:
parent
c008dd83b6
commit
438891b2c5
2
Shake.hs
2
Shake.hs
@ -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
|
||||
|
||||
@ -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.)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user