[GHC] #11615: ghci -threaded
GHC
ghc-devs at haskell.org
Sat Feb 20 20:02:37 UTC 2016
#11615: ghci -threaded
-------------------------------------+-------------------------------------
Reporter: franz | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
Yes, because `cabal` is also written in Haskell. So you ran `cabal exec
ghci` itself with multiple capabilities, which is not what you wanted.
You could say something like `cabal --RTS exec ghci +RTS -N`, I guess.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11615#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list