[project @ 2000-03-16 09:31:44 by simonmar]
authorsimonmar <unknown>
Thu, 16 Mar 2000 09:31:44 +0000 (09:31 +0000)
committersimonmar <unknown>
Thu, 16 Mar 2000 09:31:44 +0000 (09:31 +0000)
Add hslibs/tests/lang/check to -syslib util (in in-place mode).

ghc/driver/ghc.lprl

index 8cf6ffc..0ce3dc7 100644 (file)
@@ -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