mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;pkg: stack: bump to latest nightly
This commit is contained in:
parent
e5c68dd7c0
commit
9726aa3f5f
2
Shake.hs
2
Shake.hs
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user