defaultsHook isn't documented

Simon Marlow marlowsd at gmail.com
Mon May 18 07:11:20 EDT 2009


On 11/05/2009 11:01, Bulat Ziganshin wrote:
> Hello glasgow-haskell-users,
>
> it seems that defaultsHook isn't documented on
> http://www.haskell.org/ghc/docs/latest/html/users_guide/runtime-control.html#rts-hooks
> neither anywhere else in user manual

I think we'd like people to use ghc_rts_opts instead, if possible.  Do 
you have a good reason to need defaultsHook instead?  One problem with 
it is that defaultsHook ends up depending on the representation of the 
RtsFlags structure, which we change from time to time.

Cheers,
	Simon



More information about the Glasgow-haskell-users mailing list