From: panne Date: Mon, 30 Apr 2001 11:37:36 +0000 (+0000) Subject: [project @ 2001-04-30 11:37:36 by panne] X-Git-Tag: Approximately_9120_patches~2060 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=902bbf801876c95e1b73cfb8e38235ec08ee20a8;p=ghc-hetmet.git [project @ 2001-04-30 11:37:36 by panne] HSnet_cbits R.I.P. (BTW, that's what I meant with "monolithic approach" :-) --- diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index bdd4c30..cd488d1 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -226,8 +226,7 @@ package_details installing else [ cFPTOOLS_TOP_ABS ++ "/hslibs/net" , cFPTOOLS_TOP_ABS ++ "/hslibs/net/cbits" ], hs_libraries = [ "HSnet" ], - extra_libraries = [ "HSnet_cbits" ] - ++ if suffixMatch "solaris2" cTARGETPLATFORM + extra_libraries = if suffixMatch "solaris2" cTARGETPLATFORM then [ "nsl", "socket" ] else [] ,