On 2021/03/03 23:53, James Cook wrote: > I agree with Greg's comment in the other thread that the ideal > solutions would be speeding up ghc or something like ccache. But I > still wonder if there's a quick-and-dirty way to get a modest speedup > without too much maintenance cost.
btw, ports bulk builds do not use compiler caches, they build from scratch (4+ times/week for the faster arches). speeding up ghc would be great of course ;) (rust used to be really bad for this on OpenBSD but I've noticed that it's been a lot better recently). I don't know the haskell ecosystem enough to comment about the quick-and- dirty way.