From 088dda21918f95c588fd22e0d536b1ca5388f304 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 16 Dec 2016 15:29:38 +0100 Subject: [PATCH] environment/build-style/haskell-stack.sh: hostmakedepend automatically on ghc and stack. --- common/build-style/haskell-stack.sh | 1 - common/environment/build-style/haskell-stack.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 common/environment/build-style/haskell-stack.sh diff --git a/common/build-style/haskell-stack.sh b/common/build-style/haskell-stack.sh index cf514a55a42..9b4f0ec4bdb 100644 --- a/common/build-style/haskell-stack.sh +++ b/common/build-style/haskell-stack.sh @@ -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 # diff --git a/common/environment/build-style/haskell-stack.sh b/common/environment/build-style/haskell-stack.sh new file mode 100644 index 00000000000..6b47c121512 --- /dev/null +++ b/common/environment/build-style/haskell-stack.sh @@ -0,0 +1 @@ +hostmakedepends+=" ghc stack"