From 902bbf801876c95e1b73cfb8e38235ec08ee20a8 Mon Sep 17 00:00:00 2001 From: panne Date: Mon, 30 Apr 2001 11:37:36 +0000 Subject: [PATCH] [project @ 2001-04-30 11:37:36 by panne] HSnet_cbits R.I.P. (BTW, that's what I meant with "monolithic approach" :-) --- ghc/driver/PackageSrc.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 [] , -- 1.7.10.4