[project @ 2000-02-28 16:54:29 by simonmar]
authorsimonmar <unknown>
Mon, 28 Feb 2000 16:55:07 +0000 (16:55 +0000)
committersimonmar <unknown>
Mon, 28 Feb 2000 16:55:07 +0000 (16:55 +0000)
Add haxml/lib to imports for -syslib text.

ghc/driver/ghc.lprl
ghc/utils/mkdependHS/mkdependHS.prl

index 0075940..2d53240 100644 (file)
@@ -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:$TopPwd/hslibs/text/html:$TopPwd/hslibs/text/haxml/lib"
          )
        , # where to find the archive to use when linking
          ( $INSTALLING 
index 13052db..f97b0a9 100644 (file)
@@ -327,6 +327,7 @@ sub gather_import_dirs {
           }
            if ( $lib eq 'text' && ! $INSTALLING ) {
               push(@Import_dirs, "${TopPwd}/hslibs/${lib}/html");
+              push(@Import_dirs, "${TopPwd}/hslibs/${lib}/haxml/lib");
           }
            if ( $lib eq 'data' && ! $INSTALLING ) {
               push(@Import_dirs, "${TopPwd}/hslibs/${lib}/edison");