environment/build-style/haskell-stack.sh: hostmakedepend automatically on ghc and stack.

This commit is contained in:
Christian Neukirchen 2016-12-16 15:29:38 +01:00
parent 5956143752
commit 088dda2191
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#
# This helper is for templates built using Haskell stack.
#
# hostmakedepends="ghc stack"
# make_build_args="stack-build-flags"
# stackage="lts-X.Y" # or include a stack.yaml in $FILESDIR
#

View File

@ -0,0 +1 @@
hostmakedepends+=" ghc stack"