[GHC] #15958: Missing documentation for '-fno-ghci-sandbox'
GHC
ghc-devs at haskell.org
Tue Nov 27 12:46:08 UTC 2018
#15958: Missing documentation for '-fno-ghci-sandbox'
-------------------------------------+-------------------------------------
Reporter: andregrigon | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.3
Component: Documentation | Version: 8.6.2
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
The option '-fno-ghci-sandbox' is mentioned in
https://downloads.haskell.org/~ghc/7.0.2/docs/html/users_guide/release-7-0-1.html
with the following explanation:
There is a new -fno-ghci-sandbox flag, which stops GHCi running
computations in a separate thread. In particular, this is useful for GLUT
on OS X, which only works if being run on the main thread.
However, it doesn't seem to be documented on the GHC user's guide (search
box didn't find anything).
Sorry if I just couldn't find it!
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15958>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list