[project @ 2001-07-24 10:31:07 by simonmar]
authorsimonmar <unknown>
Tue, 24 Jul 2001 10:31:07 +0000 (10:31 +0000)
committersimonmar <unknown>
Tue, 24 Jul 2001 10:31:07 +0000 (10:31 +0000)
libm is a dependency of the RTS now, so don't also depend on it for
package "std".

ghc/driver/PackageSrc.hs

index 85f56cc..3c3151f 100644 (file)
@@ -150,7 +150,7 @@ package_details installing
 #                           ifdef mingw32_TARGET_OS
                             [ "wsock32", "msvcrt" ]
 #                           else
-                            [ "m" ]   -- libm, that is
+                            [ ]
 #                           endif
                             ,
         include_dirs   = if installing