Skip to content

Commit

Permalink
Enable UI on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Apr 30, 2024
1 parent 26cda5d commit 5c9ecb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 6 additions & 9 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ default-extensions:

library:
source-dirs: lib/
cpp-options: -DINTERACTIVE_UI
dependencies:
- ansi-terminal
- base16-bytestring
- binary
- brick
- bytestring
- data-bword
- data-dword
Expand All @@ -60,26 +63,20 @@ library:
- random
- rosezipper
- semver
- signal
- split
- strip-ansi-escape
- time
- unliftio
- utf8-string
- vector
- vty
- vty-crossplatform
- wai-extra
- warp
- word-wrap
- xml-conduit
- yaml
when:
- condition: "!os(windows)"
cpp-options: -DINTERACTIVE_UI
dependencies:
- ansi-terminal
- brick
- signal
- vty
- vty-crossplatform

executables:
echidna:
Expand Down
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ extra-deps:
- spawn-0.3@sha256:b91e01d8f2b076841410ae284b32046f91471943dc799c1af77d666c72101f02,1162
- spool-0.1@sha256:77780cbfc2c0be23ff2ea9e474062f3df97fcd9db946ee0b3508280a923b83e2,1461
- strip-ansi-escape-0.1.0.0@sha256:08f2ed93b16086a837ec46eab7ce8d27cf39d47783caaeb818878ea33c2ff75f,1628
- vty-windows-0.2.0.3@sha256:0c010b1086a725046a8bb08bb1e6bfdfdb3cfe1c72d6fa77c37306ef9ec774d8,2844

0 comments on commit 5c9ecb2

Please sign in to comment.