From: simonmar Date: Fri, 17 Dec 2004 15:26:07 +0000 (+0000) Subject: [project @ 2004-12-17 15:26:07 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1336 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=da1625cf84fb29a27dd9b040dfb2ce91ffc61bf8;p=ghc-hetmet.git [project @ 2004-12-17 15:26:07 by simonmar] Add entry about Ctrl-C on Windows --- 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. + + +