Hello to all,
I have made a fresh install of Haskell Platform on Mac OS Mojave. After that I moved on building Hakyll though cabal and I noticed an extremely high CPU usage.
When I allowed for 4 threads the whole system got stacked and I had to killed it. So finally, I built it with only one thread where again I noticed an extremely high CPU usage. FYI, I used the following command:
cabal new-install -j1 hakyll
After the successful instalationl, I tried to build my site with: stack build however the CPU usage turned again extremely high (including of course the temperature). Do you know if it is a common issue with either stack or ghc?
Thanks in advance!