<div dir="ltr">I've never realized how it worked before your explanation of automatic flags, but this is what the bytestring library does to depend on integer-gmp/integer-simple.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 19, 2018 at 3:01 PM, Claude Heiland-Allen <span dir="ltr"><<a href="mailto:claude@mathr.co.uk" target="_blank">claude@mathr.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi David,<br>
<span class=""><br>
On 19/04/18 18:13, David Feuer wrote:<br>
> Is there any way to determine whether Integer comes from integer-gmp<br>
> or integer-simple? I'm playing with the idea of using the underlying<br>
> representation to get more compact/efficient tries, but I need to be<br>
> able to find out what that representation is.<br>
</span>One way could be to use an automatic cabal flag.  With it enabled,<br>
depend on integer-gmp and add hs-source-dirs to a directory containing<br>
your integer-gmp implementation, with it disabled, depend on<br>
integer-simple and add hs-source dirs to a directory containing your<br>
integer-simple implementation.  This gives module-level control.  With<br>
automatic flag I think cabal will try both and choose the setting that<br>
gives the best build plan (likely corresponding to the Integer<br>
implementation of your ghc).<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Claude<br>
-- <br>
<a href="https://mathr.co.uk" rel="noreferrer" target="_blank">https://mathr.co.uk</a><br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">-Andrew Thaddeus Martin</div>
</div>