From 67efadd88f9828938d694624d20f26964d055f6a Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 15 Mar 2000 10:54:58 +0000 Subject: [PATCH] [project @ 2000-03-15 10:54:58 by simonmar] Undo part of last my previous commit, which was included accidentally. --- ghc/driver/ghc.lprl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index d6bf89f..8cf6ffc 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -2609,7 +2609,7 @@ sub add_syslib { [ # where to slurp interface files from ( $INSTALLING ? "$InstLibDirGhc/imports/text" - : "$TopPwd/hslibs/text:$TopPwd/hslibs/text/html:$TopPwd/hslibs/text/haxml/lib:$TopPwd/hslibs/text/parsec" + : "$TopPwd/hslibs/text:$TopPwd/hslibs/text/html:$TopPwd/hslibs/text/haxml/lib" ) , # where to find the archive to use when linking ( $INSTALLING -- 1.7.10.4