We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3121ded commit 0848189Copy full SHA for 0848189
.github/workflows/binaries-linux-x64.yml
@@ -80,7 +80,8 @@ jobs:
80
- name: Build with cabal
81
run: |
82
cabal build --enable-executable-static --ghc-options=-Werror hledger || (echo "ERROR: building hledger failed"; false)
83
- cabal build --enable-executable-static --ghc-options=-Werror hledger-ui || (echo "ERROR: building hledger-ui failed"; false)
+ cabal build --enable-executable-static --ghc-options=-Werror hledger-ui --constraint 'brick<2.10' || (echo "ERROR: building hledger-ui failed"; false)
84
+ # temporary constraint to avoid https://github.com/jtdaugherty/brick/issues/539
85
cabal build --enable-executable-static --ghc-options=-Werror hledger-web || (echo "ERROR: building hledger-web failed"; false)
86
87
- name: Gather binaries
0 commit comments