diff --git a/stack.yaml b/stack.yaml index 7a4256b96..059f99bcd 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,6 +13,8 @@ extra-deps: - 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] diff --git a/stack8.10.yaml b/stack8.10.yaml index ff110c519..c6caef8d8 100644 --- a/stack8.10.yaml +++ b/stack8.10.yaml @@ -30,7 +30,7 @@ extra-deps: - vty-6.2 - vty-crossplatform-0.4.0.0 - vty-unix-0.2.0.0 -- vty-windows-0.2.0.1 +- vty-windows-0.2.0.2 # for hledger-web: # for Shake.hs: diff --git a/stack9.0.yaml b/stack9.0.yaml index 98c882407..288458a57 100644 --- a/stack9.0.yaml +++ b/stack9.0.yaml @@ -31,7 +31,7 @@ extra-deps: - vty-6.2 - vty-crossplatform-0.4.0.0 - vty-unix-0.2.0.0 -- vty-windows-0.2.0.1 +- vty-windows-0.2.0.2 - text-zipper-0.13 - fsnotify-0.4.1.0 # for hledger-web: diff --git a/stack9.2.yaml b/stack9.2.yaml index c892dc520..cd53b07d7 100644 --- a/stack9.2.yaml +++ b/stack9.2.yaml @@ -21,7 +21,7 @@ extra-deps: - vty-6.2 - vty-crossplatform-0.4.0.0 - vty-unix-0.2.0.0 -- vty-windows-0.2.0.1 +- vty-windows-0.2.0.2 - text-zipper-0.13 - fsnotify-0.4.1.0 # for hledger-web: diff --git a/stack9.4.yaml b/stack9.4.yaml index 8844a3484..33d460f7e 100644 --- a/stack9.4.yaml +++ b/stack9.4.yaml @@ -18,7 +18,7 @@ extra-deps: - vty-6.2 - vty-crossplatform-0.4.0.0 - vty-unix-0.2.0.0 -- vty-windows-0.2.0.1 +- vty-windows-0.2.0.2 nix: pure: false diff --git a/stack9.6.yaml b/stack9.6.yaml index 052372c1f..d70739261 100644 --- a/stack9.6.yaml +++ b/stack9.6.yaml @@ -13,7 +13,7 @@ extra-deps: - Cabal-3.10.1.0 - haskeline-0.8.2.1 -- vty-windows-0.2.0.1 # not yet in stackage +- vty-windows-0.2.0.2 # not yet in stackage nix: pure: false