From 2539077793a87cfc7dffa6eb51762f187ec057f9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 22 Nov 2004 16:39:37 +0000 Subject: [PATCH] [project @ 2004-11-22 16:39:37 by simonmar] Add readline/GHCi/Windows entry --- ghc/docs/users_guide/faq.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ghc/docs/users_guide/faq.xml b/ghc/docs/users_guide/faq.xml index ecafe4b..eaf2579 100644 --- a/ghc/docs/users_guide/faq.xml +++ b/ghc/docs/users_guide/faq.xml @@ -449,6 +449,14 @@ details. + + I can't use readline under GHCi on Windows + + In order to load the readline package under GHCi on Windows, you + need to make a version of the readline library that GHCi can load. + Instructions for GHC 6.2.2. are here. + + -- 1.7.10.4