<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/98a6492114ebfc71ca8351a29e29deeec04f53fb">https://github.com/macports/macports-ports/commit/98a6492114ebfc71ca8351a29e29deeec04f53fb</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 98a6492114ebfc71ca8351a29e29deeec04f53fb
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Wed Sep 4 23:17:15 2019 +0900

<span style='display:block; white-space:pre;color:#404040;'>    haskell_stack PortGroup: document new options
</span>---
 _resources/port1.0/group/haskell_stack-1.0.tcl | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/haskell_stack-1.0.tcl b/_resources/port1.0/group/haskell_stack-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 75b21a2..7f6c5f3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/haskell_stack-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/haskell_stack-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,14 +16,31 @@
</span> #
 # This PortGroup offers the following options:
 #
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# haskell_stack.bin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   The stack binary. Defaults to ${prefix}/bin/stack.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span> # haskell_stack.stack_root
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#   The root directory for stack, passed as --stack-root in configure.args,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-#   build.args, destroot.args. Defaults to ${workpath}/.stack.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   The root directory for stack, passed as STACK_ROOT in haskell_stack.env.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   Defaults to ${workpath}/.stack.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# haskell_stack.yaml
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   The location of the stack.yaml config file, passed as STACK_YAML in
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   haskell_stack.env. Defaults to ${worksrcpath}/stack.yaml.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# haskell_stack.env
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   Environment variables used in configure, build, destroot, and test
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   phases. Defaults to STACK_ROOT=${haskell_stack.stack_root}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   STACK_YAML=${haskell_stack.yaml}
</span> #
 # haskell_stack.system_ghc
 #   Boolean indicating whether the system GHC should be used for port. Setting
 #   this to yes will add a dependency to ghc and pass --system-ghc in
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#   configure.args, build.args and destroot.args. Defaults to no.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   haskell_stack.default_args. Defaults to no.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# haskell_stack.default_args
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   Default arguments for stack used across invocations in configure, build, and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   destroot phases. Defaults to --with-gcc ${configure.cc}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   --allow-different-user --system-ghc (if haskell_stack.system_ghc is set)
</span> 
 options haskell_stack.system_ghc
 default haskell_stack.system_ghc {no}
</pre><pre style='margin:0'>

</pre>