<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 19/11/2020 01:48, Sumit Raja wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAD4nrSfKD940QzFO22hcseGBdq7fzjmQwMBEVspGr0Qw7u1S0g@mail.gmail.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div dir="ltr">
<div dir="ltr"><br>
</div>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
It may be that you have a dependency of this specific test
(or the test <br>
itself) that has the following stanza in its Cabal file: <br>
"extra-libraries: gmp"<br>
<br>
</blockquote>
<div><br>
</div>
<div>Thanks, makes sense. Any shortcuts to try and find which
package has gmp enabled?</div>
<div><br>
</div>
</div>
</div>
</blockquote>
<p>You may grep for "gmp" in your "package.conf.d". A usual suspect
is "bitvec" which has a "libmp" flag that you can disable.<br>
</p>
<blockquote type="cite"
cite="mid:CAD4nrSfKD940QzFO22hcseGBdq7fzjmQwMBEVspGr0Qw7u1S0g@mail.gmail.com">
<div dir="ltr">
<div class="gmail_quote">
<div>
<div>Interestingly this problem doesn't happen with
ghc-8.6.5. Does build order decide on if this issue is
triggered or not?<br>
</div>
</div>
</div>
</div>
<br>
</blockquote>
<p>I don't think so. My guess would be that using 8.6.5 changes the
build plan (e.g. earlier versions of "bitvec" didn't explicitly
link with gmp).</p>
<p>Cheers,<br>
Sylvain<br>
</p>
</body>
</html>