Skip to content

Commit

Permalink
fix:pkg:ui: avoid brick 2.3.2 which doesn't build on windows
Browse files Browse the repository at this point in the history
That version depends on unix as well as unix-compat.
  • Loading branch information
simonmichael committed Sep 5, 2024
1 parent 494a653 commit 97454e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hledger-ui/hledger-ui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ library
ansi-terminal >=0.9
, async
, base >=4.14 && <4.20
, brick >=2.1.1 && <2.5
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.5
, cmdargs >=0.8
, containers >=0.5.9
, data-default
Expand Down
2 changes: 1 addition & 1 deletion hledger-ui/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ library:
- time >=1.5
- transformers
- vector
- brick >=2.1.1 && <2.5
- brick >=2.1.1 && <2.3.2 || >2.3.2 && < 2.5
- vty >=6.1 && <6.3
- vty-crossplatform >= 0.4.0.0 && < 0.5.0.0
when:
Expand Down
2 changes: 2 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ extra-deps:
# needed only for dev builds when the ghcdebug flag is enabled:
- ghc-debug-convention-0.6.0.0
- ghc-debug-stub-0.6.0.0
# avoid brick 2.3.2 which doesn't build on windows
- brick-2.4

nix:
pure: false
Expand Down

0 comments on commit 97454e9

Please sign in to comment.