Skip to content

Commit 7d5f6bb

Browse files
committed
cirrus-ci: update stack resolver
1 parent a40be8c commit 7d5f6bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ task:
1616
install_dependencies_script: brew install automake libtool haskell-stack gmp
1717
install_secp256k1_script: .github/scripts/install-libsecp256k1.sh
1818
install_libff_script: .github/scripts/install-libff.sh
19-
install_ghc_script: stack --resolver=ghc-8.10.7 setup
19+
install_ghc_script: stack --resolver=lts-20.05 setup
2020

2121
build_dependencies_script: >
22-
stack build --compiler=ghc-8.10.7 --ghc-options="-Werror" \
22+
stack build --ghc-options="-Werror" \
2323
--extra-include-dirs=$HOME/.local/include --extra-include-dirs=/opt/homebrew/include \
2424
--extra-lib-dirs=$HOME/.local/lib --extra-lib-dirs=/opt/homebrew/lib \
2525
--only-dependencies
2626
build_echidna_script: >
27-
stack install --compiler=ghc-8.10.7 --ghc-options="-Werror" \
27+
stack install --ghc-options="-Werror" \
2828
--extra-include-dirs=$HOME/.local/include --extra-include-dirs=/opt/homebrew/include \
2929
--extra-lib-dirs=$HOME/.local/lib --extra-lib-dirs=/opt/homebrew/lib
3030

0 commit comments

Comments
 (0)