From 10e247ee385607916106f752f137d00f755a5834 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 16 Mar 2000 09:31:44 +0000 Subject: [PATCH] [project @ 2000-03-16 09:31:44 by simonmar] Add hslibs/tests/lang/check to -syslib util (in in-place mode). --- ghc/driver/ghc.lprl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 8cf6ffc..0ce3dc7 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:$TopPwd/hslibs/text/html:$TopPwd/hslibs/text/haxml/lib:$TopPwd/hslibs/text/parsec" ) , # where to find the archive to use when linking ( $INSTALLING @@ -2631,7 +2631,7 @@ sub add_syslib { [ # where to slurp interface files from ( $INSTALLING ? "$InstLibDirGhc/imports/util" - : "$TopPwd/hslibs/util" + : "$TopPwd/hslibs/util:$TopPwd/hslibs/util/check" ) , # where to find the archive to use when linking ( $INSTALLING -- 1.7.10.4