Kernel documentation
Kernel documentation
Posted Nov 6, 2015 23:20 UTC (Fri) by mathstuf (subscriber, #69389)In reply to: Kernel documentation by nybble41
Parent article: Kernel documentation
> Another option would be to gather the foundation libraries from the Haskell Platform together into a single package.
This had been done, but as packages move into the platform (e.g., text), it's easier to just have a subpackage than to do the Requires/Obsoletes dance (at least in RPM). Especially if things move back out of the platform (though I don't know of any examples).
I suppose we could shared link libraries, but static link executables to minimize the need to do whole stack rebuilds on minor library updates.