User Details
- User Since
- Oct 23 2018, 6:56 AM (59 w, 3 d)
Oct 26 2018
Combine search paths to avoid duplication.
Oct 25 2018
Thanks for patiently walking me through this, I hope it's OK now. Locally it does correctly search for (and use) the profiled version of plugin libraries (e.g. libHS[...]_p.a).
Follow method recommended by Phyx to find plugin lib files.
Wasn't that what https://ghc.haskell.org/trac/ghc/ticket/15492 was about? I thought it showed that we should not be adding the _p suffix.
That might not be entirely true, but at least it shows that we don't want to add the _p suffix in all cases (in particular, not in the situation of that ticket). Doesn't that then mean that if we want to sometimes add _p, we would have to check for the WayDyn way to decide? I tried to avoid that as per your initial suggestion, but perhaps I misunderstood.
Oct 24 2018
Thanks Phyx.
Simpler plugin location search, as recommended by Phyx.