Skip to content
Snippets Groups Projects
Commit 777d1f55 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-05-18 14:40:47 by simonmar]

Add parsec subdir.
parent 022b2dc4
No related merge requests found
......@@ -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
......
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment