From 777d1f552425e2a626d3bfe8a29eb99e6893729c Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 18 May 2000 14:40:47 +0000 Subject: [PATCH] [project @ 2000-05-18 14:40:47 by simonmar] Add parsec subdir. --- ghc/driver/ghc.lprl | 2 +- ghc/utils/mkdependHS/mkdependHS.prl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 8f90eba..536efe7 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -2621,7 +2621,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 diff --git a/ghc/utils/mkdependHS/mkdependHS.prl b/ghc/utils/mkdependHS/mkdependHS.prl index 02e2a10..91a7714 100644 --- a/ghc/utils/mkdependHS/mkdependHS.prl +++ b/ghc/utils/mkdependHS/mkdependHS.prl @@ -330,6 +330,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"); + push(@Import_dirs, "${TopPwd}/hslibs/${lib}/parsec"); } if ( $lib eq 'data' && ! $INSTALLING ) { push(@Import_dirs, "${TopPwd}/hslibs/${lib}/edison"); -- 1.7.10.4