;ci:linux: work around yesod-core/wai-extra bound issue
https://github.com/commercialhaskell/stackage/issues/7570
This commit is contained in:
parent
784a95de29
commit
e80debe4c9
7
.github/workflows/binaries-linux-x64.yml
vendored
7
.github/workflows/binaries-linux-x64.yml
vendored
@ -60,10 +60,11 @@ jobs:
|
|||||||
cabal update
|
cabal update
|
||||||
|
|
||||||
- name: Build with cabal
|
- name: Build with cabal
|
||||||
|
# - wai-extra < 3.1.17 # https://github.com/commercialhaskell/stackage/issues/7570
|
||||||
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='wai-extra <3.1.17' || (echo "ERROR: building hledger failed"; false)
|
||||||
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='wai-extra <3.1.17' || (echo "ERROR: building hledger-ui failed"; false)
|
||||||
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 --constraint='wai-extra <3.1.17' || (echo "ERROR: building hledger-web failed"; false)
|
||||||
|
|
||||||
- name: Gather binaries
|
- name: Gather binaries
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user