Moritz Angermann
Moritz Angermann
static muslc is a special case on Linux. The special part is that you can natively run the muslc executable. This makes issues like TH and others (e.g. you can...
Just a few notes, as this showed up due to the mention: - You do not necessarily need aggregated archives as libraries. They are after all just archives of object...
How exactly did you build it? Did it end up calling `GHc` with `-staticlib`?
You might have to look at the verbose output (`-v3` to figure out what’s going on then :-/ You could always link against `libHSbase...a` as well I think. But staticlib...
> an internal one 😬 This would become one... but we should know in a few days, thanks to https://github.com/input-output-hk/hackage-overlay-ghcjs
@L-as i share similar concerns. The storage backing is different though. I'll see over the next few days.
Allowing custom hackage repos is certainly something I wish we already had. It's also the way cabal handles this. Why do we focus so much on cabal? Because that's our...
Ohh I completely forgot about that PR! 🤦♂️
Ohh, that's a nasty bug indeed. We've probably not hit this before because there were only very few systems that would support multiple archs at the same time.
What happens if we drop the `builtins.currentSystem` outright and go always with `final.buildPackages.system`?