;pkg: update stack yaml deps
This commit is contained in:
parent
01c1f3c8a5
commit
f8f9892840
@ -31,6 +31,7 @@ extra-deps:
|
|||||||
- brick-2.3.1
|
- brick-2.3.1
|
||||||
- bimap-0.5.0
|
- bimap-0.5.0
|
||||||
- fsnotify-0.4.2.0
|
- fsnotify-0.4.2.0
|
||||||
|
- hfsevents-0.1.8
|
||||||
- text-zipper-0.13
|
- text-zipper-0.13
|
||||||
- vty-6.2
|
- vty-6.2
|
||||||
- vty-crossplatform-0.4.0.0
|
- vty-crossplatform-0.4.0.0
|
||||||
|
|||||||
@ -26,12 +26,13 @@ extra-deps:
|
|||||||
# for hledger-ui:
|
# for hledger-ui:
|
||||||
- bimap-0.5.0
|
- bimap-0.5.0
|
||||||
- brick-2.3.1
|
- brick-2.3.1
|
||||||
|
- fsnotify-0.4.2.0
|
||||||
|
- hfsevents-0.1.8
|
||||||
|
- text-zipper-0.13
|
||||||
- vty-6.2
|
- vty-6.2
|
||||||
- vty-crossplatform-0.4.0.0
|
- vty-crossplatform-0.4.0.0
|
||||||
- vty-unix-0.2.0.0
|
- vty-unix-0.2.0.0
|
||||||
- vty-windows-0.2.0.2
|
- vty-windows-0.2.0.2
|
||||||
- text-zipper-0.13
|
|
||||||
- fsnotify-0.4.2.0
|
|
||||||
# for hledger-web:
|
# for hledger-web:
|
||||||
# for Shake.hs:
|
# for Shake.hs:
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
# draft stack build plan using GHC 9.12.1
|
# draft stack build plan using GHC 9.12.2
|
||||||
# https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.12
|
# https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.12
|
||||||
# https://downloads.haskell.org/ghc/9.12.1/docs/users_guide/9.12.1-notes.html
|
# https://downloads.haskell.org/ghc/9.12.1/docs/users_guide/9.12.1-notes.html
|
||||||
|
|
||||||
resolver: nightly-2025-04-01
|
resolver: nightly-2025-04-01
|
||||||
compiler: ghc-9.12.1
|
compiler: ghc-9.12.2
|
||||||
notify-if-ghc-untested: false
|
notify-if-ghc-untested: false
|
||||||
notify-if-cabal-untested: false
|
notify-if-cabal-untested: false
|
||||||
|
|
||||||
|
|||||||
@ -16,12 +16,13 @@ extra-deps:
|
|||||||
# for hledger:
|
# for hledger:
|
||||||
# for hledger-ui:
|
# for hledger-ui:
|
||||||
- brick-2.3.1
|
- brick-2.3.1
|
||||||
|
- fsnotify-0.4.2.0
|
||||||
|
- hfsevents-0.1.8
|
||||||
|
- text-zipper-0.13
|
||||||
- vty-6.2
|
- vty-6.2
|
||||||
- vty-crossplatform-0.4.0.0
|
- vty-crossplatform-0.4.0.0
|
||||||
- vty-unix-0.2.0.0
|
- vty-unix-0.2.0.0
|
||||||
- vty-windows-0.2.0.2
|
- vty-windows-0.2.0.2
|
||||||
- text-zipper-0.13
|
|
||||||
- fsnotify-0.4.2.0
|
|
||||||
# for hledger-web:
|
# for hledger-web:
|
||||||
# for Shake.hs:
|
# for Shake.hs:
|
||||||
|
|
||||||
|
|||||||
@ -9,13 +9,15 @@ packages:
|
|||||||
- hledger-web
|
- hledger-web
|
||||||
|
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- safe-0.3.21
|
|
||||||
- brick-2.3.1
|
- brick-2.3.1
|
||||||
|
- encoding-0.10
|
||||||
|
- fsnotify-0.4.2.0
|
||||||
|
- hfsevents-0.1.8
|
||||||
|
- safe-0.3.21
|
||||||
- vty-6.2
|
- vty-6.2
|
||||||
- vty-crossplatform-0.4.0.0
|
- vty-crossplatform-0.4.0.0
|
||||||
- vty-unix-0.2.0.0
|
- vty-unix-0.2.0.0
|
||||||
- vty-windows-0.2.0.2
|
- vty-windows-0.2.0.2
|
||||||
- encoding-0.10
|
|
||||||
|
|
||||||
nix:
|
nix:
|
||||||
pure: false
|
pure: false
|
||||||
|
|||||||
@ -9,8 +9,10 @@ packages:
|
|||||||
- hledger-web
|
- hledger-web
|
||||||
|
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- vty-windows-0.2.0.1
|
|
||||||
- encoding-0.10
|
- encoding-0.10
|
||||||
|
- fsnotify-0.4.2.0
|
||||||
|
- hfsevents-0.1.8
|
||||||
|
- vty-windows-0.2.0.1
|
||||||
|
|
||||||
nix:
|
nix:
|
||||||
pure: false
|
pure: false
|
||||||
|
|||||||
@ -10,6 +10,7 @@ packages:
|
|||||||
|
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- encoding-0.10
|
- encoding-0.10
|
||||||
|
- fsnotify-0.4.2.0
|
||||||
|
|
||||||
nix:
|
nix:
|
||||||
pure: false
|
pure: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user