;workflows:binaries:linux: ensure the linux binary uses a fixed haskeline [#2410]

This commit is contained in:
Simon Michael 2026-01-08 18:23:43 -10:00
parent e36f55c98a
commit c7732c7600

View File

@ -98,7 +98,7 @@ jobs:
- name: Build with cabal - name: Build with cabal
run: | 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) 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 # 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) cabal build --enable-executable-static --ghc-options=-Werror hledger-web || (echo "ERROR: building hledger-web failed"; false)