[project @ 2001-06-28 10:25:30 by sewardj]
authorsewardj <unknown>
Thu, 28 Jun 2001 10:25:30 +0000 (10:25 +0000)
committersewardj <unknown>
Thu, 28 Jun 2001 10:25:30 +0000 (10:25 +0000)
Add comment referring to horrible hack to do with HSstd splitting/merging.

ghc/driver/PackageSrc.hs

index c9bb864..8a16188 100644 (file)
@@ -133,6 +133,10 @@ package_details installing
 #                           ifndef mingw32_TARGET_OS
                             [ "HSstd" ]
 #                           else
+                            -- This splitting is the subject of a totally 
+                            -- horrible hack, which glues HSstd1 and HSstd2 
+                            -- back into HSstd for the purposes of static linking.
+                            -- See DriverState.getPackageLibraries for details.
                             [ "HSstd1", "HSstd2" ]
 #                           endif
                             ,