From: simonmar Date: Mon, 13 Mar 2000 11:34:00 +0000 (+0000) Subject: [project @ 2000-03-13 11:34:00 by simonmar] X-Git-Tag: Approximately_9120_patches~5006 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=0164d7f0e82fed7e3e691706b2c3ca12a74119bc;p=ghc-hetmet.git [project @ 2000-03-13 11:34:00 by simonmar] Need to pull in PutFullMVar from PrelException. --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 88025b5..3086d14 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -1102,6 +1102,7 @@ sub setupLinkOpts { ,'-u', "${uscore}PrelException_stackOverflow_closure" ,'-u', "${uscore}PrelException_heapOverflow_closure" ,'-u', "${uscore}PrelException_NonTermination_static_closure" + ,'-u', "${uscore}PrelException_PutFullMVar_static_closure" ,'-u', "${uscore}__init_Prelude" )); if (!$NoHaskellMain) { @@ -2607,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/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