Skip to content

Commit

Permalink
Fix segfault in TUI when hitting enter early
Browse files Browse the repository at this point in the history
Fixes #887
  • Loading branch information
hasufell committed Oct 10, 2023
1 parent a73ce18 commit 486a1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghcup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ library

if (flag(tui) && !os(windows))
cpp-options: -DBRICK
build-depends: vty ^>=5.37
build-depends: vty ^>=5.39

library ghcup-optparse
import: app-common-depends
Expand Down Expand Up @@ -325,7 +325,7 @@ executable ghcup
, brick ^>=1.5
, transformers ^>=0.5
, unix ^>=2.7
, vty ^>=5.37
, vty ^>=5.39

if os(windows)
cpp-options: -DIS_WINDOWS
Expand Down

0 comments on commit 486a1ba

Please sign in to comment.