<p dir="ltr">Imports are resolved at compile time and linked statically into the executable unless you tell GHC to use dynamic linking. In that case, `ldd` will tell you the files it's linked against. In any case, that information is unavailable at runtime.</p>
<p dir="ltr">Note that generally static linking is preferred over dynamic linking.</p>
<div class="gmail_quote">On Nov 25, 2015 3:12 PM, "David Banas" <<a href="mailto:capn.freako@gmail.com">capn.freako@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
How can I get a running Haskell program to tell me where it’s looking, in order to satisfy “import …” statements?<br>
<br>
Thanks,<br>
-db<br>
<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
</blockquote></div>