Use GHC.Conc.Sync.getNumProcessors instead of C (#8590)
commitc5e839c5abbf0394934d68719e9a423e472baff5
authorFrancesco Gazzetta <fgaz@fgaz.me>
Fri, 18 Nov 2022 12:24:19 +0000 (18 12:24 +0000)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2022 12:24:19 +0000 (18 12:24 +0000)
treee8d76ae1e81f173e7d69f8663817cfc771a7b265
parent0837140e554f400106245f6cdf4d13cb7356a818
Use GHC.Conc.Sync.getNumProcessors instead of C (#8590)

The C call is almost exactly the same as GHC.Conc.Sync.getNumProcessors,
and we used the C function from GHC, so there should be no actual
difference.
cabal-install/src/Distribution/Client/Utils.hs