<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi Simon,</p>
<p>To modify nofib, simply submit a merge request to
<a class="moz-txt-link-freetext" href="https://gitlab.haskell.org/ghc/nofib">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 class="moz-cite-prefix">Le 10/11/2023 à 13:34, Simon Peyton
Jones a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:CAJKmMz_STNJAFXWeZ62KuBBxH4G1S5TnuqYrgQiyWXUNkR4s4w@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<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 class="moz-mime-attachment-header"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
ghc-devs mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a>
<a class="moz-txt-link-freetext" href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a>
</pre>
</blockquote>
<pre class="moz-signature" cols="72">--
Hécate ✨
🐦: @TechnoEmpress
IRC: Hecate
WWW: <a class="moz-txt-link-freetext" href="https://glitchbra.in">https://glitchbra.in</a>
RUN: BSD</pre>
</body>
</html>