[project @ 2001-04-30 11:37:36 by panne]
authorpanne <unknown>
Mon, 30 Apr 2001 11:37:36 +0000 (11:37 +0000)
committerpanne <unknown>
Mon, 30 Apr 2001 11:37:36 +0000 (11:37 +0000)
HSnet_cbits R.I.P.
(BTW, that's what I meant with "monolithic approach" :-)

ghc/driver/PackageSrc.hs

index bdd4c30..cd488d1 100644 (file)
@@ -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 []
                              ,