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 29, 2024
1 parent 26cda5d commit b995ff9
Showing 1 changed file with 6 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

0 comments on commit b995ff9

Please sign in to comment.