Skip to content

Commit

Permalink
Fix crash in 'ghcup tui' on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Mar 3, 2024
1 parent 190d308 commit d9d13dd
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions cabal.ghc8107.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ constraints: http-io-streams -brotli,
any.aeson >= 2.0.1.0

if os(mingw32)
constraints: vty-windows >=0.2.0.2

if impl(ghc >= 9.4)
constraints: language-c >= 0.9.3


source-repository-package
type: git
location: https://github.com/haskell/tar.git
Expand Down
3 changes: 3 additions & 0 deletions cabal.ghc902.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ constraints: http-io-streams -brotli,
any.aeson >= 2.0.1.0

if os(mingw32)
constraints: vty-windows >=0.2.0.2

if impl(ghc >= 9.4)
constraints: language-c >= 0.9.3


source-repository-package
type: git
location: https://github.com/haskell/tar.git
Expand Down
3 changes: 3 additions & 0 deletions cabal.ghc928.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ constraints: http-io-streams -brotli,
any.aeson >= 2.0.1.0

if os(mingw32)
constraints: vty-windows >=0.2.0.2

if impl(ghc >= 9.4)
constraints: language-c >= 0.9.3


source-repository-package
type: git
location: https://github.com/haskell/tar.git
Expand Down
3 changes: 3 additions & 0 deletions cabal.ghc948.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ constraints: http-io-streams -brotli,
any.aeson >= 2.0.1.0

if os(mingw32)
constraints: vty-windows >=0.2.0.2

if impl(ghc >= 9.4)
constraints: language-c >= 0.9.3


source-repository-package
type: git
location: https://github.com/haskell/tar.git
Expand Down
3 changes: 3 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ constraints: http-io-streams -brotli,
any.aeson >= 2.0.1.0

if os(mingw32)
constraints: vty-windows >=0.2.0.2

if impl(ghc >= 9.4)
constraints: language-c >= 0.9.3


source-repository-package
type: git
location: https://github.com/haskell/tar.git
Expand Down
2 changes: 1 addition & 1 deletion cabal.project.release
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ elif os(mingw32)
constraints: zlib +bundled-c-zlib,
lzma +static,
text -simdutf,
vty-windows >=0.1.0.3
vty-windows >=0.2.0.2
if impl(ghc >= 9.4)
constraints: language-c >= 0.9.3
elif os(freebsd)
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ extra-deps:
- vty-6.2@sha256:3536dc83a3fee17d9a114baf58fe47b6f080c24987266f0cd0b7b4b1fcd9cf19,3520
- vty-crossplatform-0.4.0.0@sha256:50593f91ad16777d921138475a8d2784d538fd206addd30664c620278d6c8544,3172
- vty-unix-0.2.0.0@sha256:2af3d0bdae3c4b7b7e567ee374efe32c7439fabdf9096465ce011a6c6736e9ae,2932
- vty-windows-0.2.0.1@sha256:6c75230057a708168dbc420975572511ad3ec09956bf73c3b6f4be03324e8b13,2815
- vty-windows-0.2.0.2
- yaml-streamly-0.12.4@sha256:b5250c5dc71d668c43c42ed6f86f956d69125136ea960858527a4b2ff712d3d1,5165
- github: hasufell/uri-bytestring
commit: 4fb5ed14b500c192e6e7a97f6b2b1eb478806001
Expand Down

0 comments on commit d9d13dd

Please sign in to comment.