From da1625cf84fb29a27dd9b040dfb2ce91ffc61bf8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 17 Dec 2004 15:26:07 +0000 Subject: [PATCH] [project @ 2004-12-17 15:26:07 by simonmar] Add entry about Ctrl-C on Windows --- ghc/docs/users_guide/faq.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/ghc/docs/users_guide/faq.xml b/ghc/docs/users_guide/faq.xml index eaf2579..05a704b 100644 --- a/ghc/docs/users_guide/faq.xml +++ b/ghc/docs/users_guide/faq.xml @@ -37,8 +37,7 @@ machine and compile them with gcc to get a working GHC, and go from there. - The Building + The Building Guide has all the details on how to bootstrap GHC on a new platform. @@ -95,8 +94,7 @@ I can't get string gaps to work If you're also using CPP, beware of the known pitfall - with string gaps mentioned in . + with string gaps mentioned in . @@ -457,6 +455,16 @@ details. Instructions for GHC 6.2.2. are here. + + + Ctrl-C doesn't work on Windows + + When running GHC under a Cygwin shell on Windows, Ctrl-C + sometimes doesn't work. The workaround is to use Ctrl-Break + instead. + + + -- 1.7.10.4