From 9dbb0f6f2adaea77d4f0297f13e1b560e99970f8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 28 Feb 2024 12:41:32 -1000 Subject: [PATCH] pkg:stack:8.10: updates (untested) --- stack8.10.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/stack8.10.yaml b/stack8.10.yaml index 491901bbd..e74ad06f6 100644 --- a/stack8.10.yaml +++ b/stack8.10.yaml @@ -1,9 +1,5 @@ # stack build plan using GHC 8.10.7 -nix: - pure: false - packages: [perl gmp ncurses zlib] - resolver: lts-18.28 packages: @@ -23,14 +19,21 @@ extra-deps: - isomorphism-class-0.1.0.7 # for hledger: # for hledger-ui: -- brick-1.5 +- brick-2.3.1 - bimap-0.5.0 - fsnotify-0.4.0.0 -- text-zipper-0.12 -- vty-5.36 +- text-zipper-0.13 +- vty-6.2 +- vty-crossplatform-0.4.0.0 +- vty-unix-0.2.0.0 +- vty-windows-0.2.0.1 # for hledger-web: # for Shake.hs: +nix: + pure: false + packages: [perl gmp ncurses zlib] + # ghc-options: # "$locals": -fplugin Debug.Breakpoint