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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fd18b06187a5f9d2171671013dce5d082248cf2e">https://github.com/macports/macports-ports/commit/fd18b06187a5f9d2171671013dce5d082248cf2e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit fd18b06187a5f9d2171671013dce5d082248cf2e
</span>Author: Steven Thomas Smith <s.t.smith@ieee.org>
AuthorDate: Mon Aug 16 17:53:47 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    haskell_stack: Specify architecture for all stack-built ports
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * Add `supported_archs x86_64`
</span><span style='display:block; white-space:pre;color:#404040;'>    * See: https://lists.macports.org/pipermail/macports-dev/2021-August/043675.html
</span>---
 _resources/port1.0/group/haskell_stack-1.0.tcl | 3 +++
 1 file changed, 3 insertions(+)

<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 11f5f35079c..aadfec45f2b 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;'>@@ -70,6 +70,9 @@ post-extract {
</span>     xinstall -m 0755 -d "[option haskell_stack.stack_root]"
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# stack builds x86_64 binaries
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # libHSbase shipped with GHC links against system libiconv, which provides the
 # 'iconv' symbol, but not the 'libiconv' symbol. Because the compilation
 # process statically links libHSbase.a, we must have /usr/lib in the library
</pre><pre style='margin:0'>

</pre>