;pkg: stack: bump to latest nightly, drop vty-windows extra-dep

This commit is contained in:
Simon Michael 2024-04-22 22:02:41 -10:00
parent ea13ee63d3
commit ee3d2c0e38
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack
{- stack script --resolver nightly-2024-04-08 --compile
{- stack script --resolver nightly-2024-04-22 --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-10
resolver: nightly-2024-04-22
packages:
- hledger-lib
@ -10,11 +10,10 @@ packages:
extra-deps:
- base64-0.4.2.4 # hledger-web does not yet support base64-1
- process-1.6.19.0 # for HSEC-2024-0003
- haskeline-0.8.2.1
- vty-windows-0.2.0.2 # not yet in stackage
nix:
pure: false
packages: [perl gmp ncurses zlib]