<div dir="auto"><div>Hi Shayne,</div><div dir="auto"><br></div><div dir="auto">I think this is expected. Most of these packages have patches merged but maybe they just lack releases?<br><div dir="auto"><br></div><div dir="auto">This is the associated CLC proposal: <a href="https://github.com/haskell/core-libraries-committee/issues/167">https://github.com/haskell/core-libraries-committee/issues/167</a></div><div dir="auto"><br></div><div dir="auto">Cheers,</div><div dir="auto">Teo</div><br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Fri, 10 May 2024, 13:33 Shayne Fletcher, <<a href="mailto:shayne.fletcher.50@gmail.com">shayne.fletcher.50@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">using the ghc-9.10 release candidate, at least all of text-short, unordered-containers and vector-stream fail to compile with ambiguities around the export of symbol `foldl'`. example:<br>```<br>





unordered-containers> [1 of 8] Compiling Data.HashMap.Internal.Array<br>unordered-containers> /private/var/folders/rj/q93vlym52875_k7nwz_c3wth0000gn/T/stack-da6d6d11ecd50280/unordered-containers-0.2.19.1/Data/HashMap/Internal/Array.hs:66:7-12: error: [GHC-87543]<br><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:16px;line-height:normal;font-family:"MesloLGS NF";color:rgb(0,0,0)"><span style="font-family:tahoma,sans-serif;font-size:small;color:rgb(34,34,34)">unordered-containers>     Ambiguous occurrence ‘foldl'’.</span><br></p>unordered-containers>     It could refer to<br>unordered-containers>        either ‘Prelude.foldl'’,<br>unordered-containers>               imported from ‘Prelude’ at Data/HashMap/Internal/Array.hs:(97,1)-(98,48)<br>unordered-containers>               (and originally defined in ‘ghc-internal-9.1001.0:GHC.Internal.Data.Foldable’),<br>unordered-containers>            or ‘Data.HashMap.Internal.Array.foldl'’,<br>unordered-containers>               defined at Data/HashMap/Internal/Array.hs:380:1.<br>unordered-containers>    |<br>unordered-containers> 66 |     , foldl'<br>unordered-containers>    |       ^^^^^^<br>```<br>so far i've found all such errors can be overcome by qualification at the export site but is this expected?<br></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Shayne Fletcher</div></div>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank" rel="noreferrer">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div></div></div>