From: simonmar Date: Thu, 16 Mar 2000 09:31:44 +0000 (+0000) Subject: [project @ 2000-03-16 09:31:44 by simonmar] X-Git-Tag: Approximately_9120_patches~4971 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=10e247ee385607916106f752f137d00f755a5834;p=ghc-hetmet.git [project @ 2000-03-16 09:31:44 by simonmar] Add hslibs/tests/lang/check to -syslib util (in in-place mode). --- 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