summaryrefslogtreecommitdiff
path: root/ghc/docs
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-12-17 15:26:07 +0000
committersimonmar <unknown>2004-12-17 15:26:07 +0000
commitda1625cf84fb29a27dd9b040dfb2ce91ffc61bf8 (patch)
tree3e21ba2c4a1e6081072e04afb90e080effaba9c0 /ghc/docs
parent0dacf4150a679bfff6c7e50d252e335ad9a10d17 (diff)
downloadhaskell-da1625cf84fb29a27dd9b040dfb2ce91ffc61bf8.tar.gz
[project @ 2004-12-17 15:26:07 by simonmar]
Add entry about Ctrl-C on Windows
Diffstat (limited to 'ghc/docs')
-rw-r--r--ghc/docs/users_guide/faq.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/ghc/docs/users_guide/faq.xml b/ghc/docs/users_guide/faq.xml
index eaf257986f..05a704b67b 100644
--- a/ghc/docs/users_guide/faq.xml
+++ b/ghc/docs/users_guide/faq.xml
@@ -37,8 +37,7 @@
machine and compile them with <literal>gcc</literal> to get a
working GHC, and go from there.</para>
- <para>The <ulink
- url="http://www.haskell.org/ghc/latest/building/building-guide.html">Building
+ <para>The <ulink url="http://www.haskell.org/ghc/latest/building/building-guide.html">Building
Guide</ulink> has all the details on how to bootstrap GHC on a
new platform.</para>
@@ -95,8 +94,7 @@
<term>I can't get string gaps to work</term>
<listitem>
<para>If you're also using CPP, beware of the known pitfall
- with string gaps mentioned in <xref
- linkend="cpp-string-gaps"/>.</para>
+ with string gaps mentioned in <xref linkend="cpp-string-gaps" />.</para>
</listitem>
</varlistentry>
@@ -457,6 +455,16 @@ details.</para>
Instructions for GHC 6.2.2. are <ulink url="http://www.haskell.org/pipermail/glasgow-haskell-users/2004-November/007370.html">here</ulink>.</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>Ctrl-C doesn't work on Windows</term>
+ <listitem>
+ <para>When running GHC under a Cygwin shell on Windows, Ctrl-C
+ sometimes doesn't work. The workaround is to use Ctrl-Break
+ instead.</para>
+ <listitem>
+ <varlistentry>
+
</variablelist>
</chapter>