File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ task:
13
13
folder : $HOME/.stack
14
14
fingerprint_script : echo $CIRRUS_OS
15
15
16
- install_dependencies_script : brew install automake libtool haskell-stack gmp
16
+ install_dependencies_script : brew install automake libtool haskell-stack hpack 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=lts-20.05 setup
19
+ install_ghc_script : stack --resolver=lts-20.05 --with-hpack hpack setup
20
20
21
21
build_dependencies_script : >
22
- stack build --ghc-options="-Werror" \
22
+ stack build --with-hpack hpack -- 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 --ghc-options="-Werror" \
27
+ stack install --with-hpack hpack -- 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