;pkg: stack: bump to latest nightly

This commit is contained in:
Simon Michael 2024-05-01 20:46:06 -10:00
parent e5c68dd7c0
commit 9726aa3f5f
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
# stack build plan using GHC 9.8.2
resolver: nightly-2024-04-22
resolver: nightly-2024-05-01
packages:
- hledger-lib
@ -10,7 +10,7 @@ packages:
extra-deps:
- process-1.6.19.0 # for HSEC-2024-0003
- haskeline-0.8.2.1
- haskeline-0.8.2.1 # must be specified again even though in the snapshot because process is a core lib depending on it
- ghc-debug-convention-0.6.0.0
- ghc-debug-stub-0.6.0.0