From e0e07f52be0e7518bbd5eea1e3b374b3e09c910c Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Mon, 28 Feb 2000 11:53:44 +0000
Subject: [PATCH] [project @ 2000-02-28 11:53:44 by simonmar] oops, back out
 local patch that accidentally got committed with rev. 1.139.

---
 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 e3720e3fe74d..007594090e90 100644
--- a/ghc/driver/ghc.lprl
+++ b/ghc/driver/ghc.lprl
@@ -2608,7 +2608,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"
+	       : "$TopPwd/hslibs/text:$TopPwd/hslibs/text/html"
 	  )
 	, # where to find the archive to use when linking
 	  ( $INSTALLING 
-- 
GitLab