environment/build-style/haskell-stack.sh: hostmakedepend automatically on ghc and stack.
This commit is contained in:
parent
5956143752
commit
088dda2191
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
1
common/environment/build-style/haskell-stack.sh
Normal file
1
common/environment/build-style/haskell-stack.sh
Normal file
|
@ -0,0 +1 @@
|
|||
hostmakedepends+=" ghc stack"
|
Loading…
Reference in a new issue