From 78b620de24ceb4621cead67bd642f72749b41052 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 22 Mar 2007 18:46:07 +0000 Subject: [PATCH] Documentation for --install-signal-handlers= --- docs/users_guide/runtime_control.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml index 77c72be..e89f340 100644 --- a/docs/users_guide/runtime_control.xml +++ b/docs/users_guide/runtime_control.xml @@ -110,6 +110,18 @@ increase the resolution of the time profiler. + + + + RTS + option + + If yes (the default), the RTS installs signal handlers to catch + things like ctrl-C. This option is primarily useful for when + you are using the Haskell code as a DLL, and want to set your + own signal handlers. + + -- 1.7.10.4