build-style/haskell-stack.sh: init using --system-ghc too.

This commit is contained in:
Leah Neukirchen 2018-04-05 14:32:40 +02:00
parent 47004a94b8
commit d4e6c49808
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ do_build() {
fi
msg_normal "Using stackage resolver ${stackage}.\n"
STACK_ROOT=$wrksrc/.stack \
stack init --force --resolver ${stackage}
stack init --system-ghc --force --resolver ${stackage}
fi
STACK_ROOT=$wrksrc/.stack stack --system-ghc ${makejobs} build \