environment/build-style/haskell-stack.sh: hostmakedepend automatically on ghc and stack.
This commit is contained in:
parent
5956143752
commit
088dda2191
|
@ -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
|
||||
#
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
hostmakedepends+=" ghc stack"
|
Loading…
Reference in New Issue