mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +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
|
#!/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
|
--extra-include-dirs /Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/ffi
|
||||||
--package base-prelude
|
--package base-prelude
|
||||||
--package directory
|
--package directory
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# stack build plan using GHC 9.8.2
|
# stack build plan using GHC 9.8.2
|
||||||
|
|
||||||
resolver: nightly-2024-04-22
|
resolver: nightly-2024-05-01
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- hledger-lib
|
- hledger-lib
|
||||||
@ -10,7 +10,7 @@ packages:
|
|||||||
|
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- process-1.6.19.0 # for HSEC-2024-0003
|
- 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-convention-0.6.0.0
|
||||||
- ghc-debug-stub-0.6.0.0
|
- ghc-debug-stub-0.6.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user