Hello,

GHC HEAD and 7.4.1 RC 1 User's Guide "RTS options for SMP parallelism"
section describes not recommend way. Using getNumCapabilities function
from GHC.Conc instead of Control.Concurrent module, and using GHC.Conc's
deprecated forkOnIO function instead of Control.Concurrent's forkOn
function.

So, I made patch to fix that.

Best Regards,

--
shelarcy <shelarcy    hotmail.co.jp>
http://page.freett.com/shelarcy/

Attachment: 0001-Update-document-to-use-forkOn-instead-of-deprecated-.patch
Description: Binary data

Attachment: 0002-Update-document-to-use-Control.Concurrent-s-getNumCa.patch
Description: Binary data

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to