<div dir="ltr">I have OS X Yosemite 10.10.4.  There are two bundles of GHC (from <a href="http://ghcformacosx.github.io">ghcformacosx.github.io</a>): 7.10.1 and 7.10.2.  The latter always shows me one core when running `getNumCapabilities` action:<div><br></div><div><b>GHC 7.10.2</b></div><div><div>> stack ghci +RTS -N8</div><div>Using resolver: lts-3.0 from global config file: /Users/arthurfayzrakhmanov/.stack/global/stack.yaml</div><div>Configuring GHCi with the following packages: </div><div>GHCi, version 7.10.2: <a href="http://www.haskell.org/ghc/">http://www.haskell.org/ghc/</a>  :? for help</div><div>Prelude> :m +Control.Concurrent</div><div>Prelude Control.Concurrent> getNumCapabilities </div><div>1</div></div><div><br></div><div><br></div><div><b>GHC 7.10.1</b></div><div>> /Applications/ghc-7.10.1.app/Contents/bin/ghci +RTS -N8</div><div>GHCi, version 7.10.1: <a href="http://www.haskell.org/ghc/">http://www.haskell.org/ghc/</a>  :? for help</div><div>Prelude> :m +Control.Concurrent</div><div>Prelude Control.Concurrent> getNumCapabilities</div><div>8</div><div><br></div><div>It looks like a 7.10.2 bug, can some one confirm that?</div></div>