;workflows:binaries:linux: ensure the linux binary uses a fixed haskeline [#2410]
This commit is contained in:
parent
e36f55c98a
commit
c7732c7600
2
.github/workflows/binaries-linux-x64.yml
vendored
2
.github/workflows/binaries-linux-x64.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
||||
|
||||
- name: Build with cabal
|
||||
run: |
|
||||
cabal build --enable-executable-static --ghc-options=-Werror hledger || (echo "ERROR: building hledger failed"; false)
|
||||
cabal build --enable-executable-static --ghc-options=-Werror hledger --constraint 'haskeline>=0.8.4.1' || (echo "ERROR: building hledger failed"; false)
|
||||
cabal build --enable-executable-static --ghc-options=-Werror hledger-ui --constraint 'brick==2.10' || (echo "ERROR: building hledger-ui failed"; false)
|
||||
# temporary constraint to avoid https://github.com/jtdaugherty/brick/issues/539
|
||||
cabal build --enable-executable-static --ghc-options=-Werror hledger-web || (echo "ERROR: building hledger-web failed"; false)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user