summaryrefslogtreecommitdiff
path: root/ghc/driver/ghc.lprl
diff options
context:
space:
mode:
authorsimonmar <unknown>2000-03-16 09:31:44 +0000
committersimonmar <unknown>2000-03-16 09:31:44 +0000
commit10e247ee385607916106f752f137d00f755a5834 (patch)
tree830a642c514b7ec59fce1361f683c0885f0f8de1 /ghc/driver/ghc.lprl
parentc0986b4e2bae60ee7a29e9b55e115406faaa43e7 (diff)
downloadhaskell-10e247ee385607916106f752f137d00f755a5834.tar.gz
[project @ 2000-03-16 09:31:44 by simonmar]
Add hslibs/tests/lang/check to -syslib util (in in-place mode).
Diffstat (limited to 'ghc/driver/ghc.lprl')
-rw-r--r--ghc/driver/ghc.lprl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl
index 8cf6ffc6b4..0ce3dc7d5d 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