File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ task:
16
16
install_dependencies_script : brew install automake libtool haskell-stack gmp
17
17
install_secp256k1_script : .github/scripts/install-libsecp256k1.sh
18
18
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
20
20
21
21
build_dependencies_script : >
22
- stack build --compiler=ghc-8.10.7 -- ghc-options="-Werror" \
22
+ stack build --ghc-options="-Werror" \
23
23
--extra-include-dirs=$HOME/.local/include --extra-include-dirs=/opt/homebrew/include \
24
24
--extra-lib-dirs=$HOME/.local/lib --extra-lib-dirs=/opt/homebrew/lib \
25
25
--only-dependencies
26
26
build_echidna_script : >
27
- stack install --compiler=ghc-8.10.7 -- ghc-options="-Werror" \
27
+ stack install --ghc-options="-Werror" \
28
28
--extra-include-dirs=$HOME/.local/include --extra-include-dirs=/opt/homebrew/include \
29
29
--extra-lib-dirs=$HOME/.local/lib --extra-lib-dirs=/opt/homebrew/lib
30
30
You can’t perform that action at this time.
0 commit comments