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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ccdbf8923be7282c487770152f99df836a8aa156">https://github.com/macports/macports-ports/commit/ccdbf8923be7282c487770152f99df836a8aa156</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new ccdbf8923be ghc: Bugfix build with existing ghc installed * See: https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.1.0.md
</span>ccdbf8923be is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ccdbf8923be7282c487770152f99df836a8aa156
</span>Author: Steven Thomas Smith <s.t.smith@ieee.org>
AuthorDate: Thu Sep 15 22:46:33 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    ghc: Bugfix build with existing ghc installed
</span><span style='display:block; white-space:pre;color:#404040;'>    * See: https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.1.0.md
</span>---
 lang/ghc/Portfile | 8 --------
 1 file changed, 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ghc/Portfile b/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5a564cd206e..a2ef1f4f954 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ghc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -192,15 +192,7 @@ if {${name} eq ${subport}} {
</span>                     HsColour
 
     post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # bootstrap build/destroot from cabal-prebuilt and ghc-prebuilt
</span>         xinstall -d ${workpath}/bin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ln -s       ${haskell_cabal.bin} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ${workpath}/bin/cabal
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        ln -s       ${prefix}/bin/ghc-prebuilt \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ${workpath}/bin/ghc
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # the versions of ghc and ghc-pkg must match
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        ln -s       ${prefix}/bin/ghc-pkg-prebuilt \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ${workpath}/bin/ghc-pkg
</span>         ln -s       ${python3_bin} \
                     ${workpath}/bin/python3
         ln -s       ${prefix}/bin/sphinx-build-${python3_branch} \
</pre><pre style='margin:0'>

</pre>