<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Thank you.  I could try that but I'm totally submerged at the moment.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Is it possible that someone might feel up to actioning this?  It's unrelated to my work -- it's just a bug in HEAD.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Simon<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 10 Nov 2023 at 13:02, Hécate via ghc-devs <<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>

  
    
  
  <div>
    <p>Hi Simon,</p>
    <p>To modify nofib, simply submit a merge request to
      <a href="https://gitlab.haskell.org/ghc/nofib" target="_blank">https://gitlab.haskell.org/ghc/nofib</a> with the appropriate change.<br>
      Once it's integrated, run `git submodule update --remote` in the
      GHC repo to update the submodule and push the update as part of
      your work.</p>
    <p>Cheers,<br>
      Hécate<br>
    </p>
    <div>Le 10/11/2023 à 13:34, Simon Peyton
      Jones a écrit :<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">
        <div class="gmail_default" style="font-family:tahoma,sans-serif">Dear
          devs</div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif">Building
          'nofib' with HEAD fails with</div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif;margin-left:40px">real/scs/Parse<span style="font-family:monospace">.hs:40:19: error: [GHC-87543]<br>
                Ambiguous occurrence ‘List’.<br>
                It could refer to<br>
                   either ‘Data.List.List’,<br>
                          imported from ‘Data.List’ at
            real/scs/Parse.hs:4:1-16<br>
                          (and originally defined in ‘GHC.Types’),<br>
                       or ‘Types.List’,<br>
                          imported from ‘Types’ at
            real/scs/Parse.hs:8:1-12.<br>
               |<br>
            40 | list    :: Parser List<br>
               |                   ^^</span>^^</div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif;margin-left:40px"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif">This
          is because of a change in the export list of Data.List.  The
          fix is easy (hide the import of List).</div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif">But
          I don't know how to update nofib and the subdmodule magic to
          make HEAD pick the new version.  <br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif">Could
          anyone possible execute on this?  Thanks</div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif">Simon<br>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
ghc-devs mailing list
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a>
</pre>
    </blockquote>
    <pre cols="72">-- 
Hécate ✨
🐦: @TechnoEmpress
IRC: Hecate
WWW: <a href="https://glitchbra.in" target="_blank">https://glitchbra.in</a>
RUN: BSD</pre>
  </div>

_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>