[project @ 2001-02-14 14:28:49 by rrt]
authorrrt <unknown>
Wed, 14 Feb 2001 14:28:49 +0000 (14:28 +0000)
committerrrt <unknown>
Wed, 14 Feb 2001 14:28:49 +0000 (14:28 +0000)
Remove -l from library name in libraries list (oops!)

ghc/driver/PackageSrc.hs

index 5574b27..81b963b 100644 (file)
@@ -49,7 +49,7 @@ package_details installing =
 #ifndef mingw32_TARGET_OS
        extra_libraries   = [],
 #else
-        extra_libraries   = [ "-lwinmm" ], -- for the threadDelay timer
+        extra_libraries   = [ "winmm" ], -- for the threadDelay timer
 #endif
         include_dirs   = if installing
                             then [ clibdir ++ "/includes" ]