From 82f481713fe3d6f82ad0ce2af4f0e47448dd59b1 Mon Sep 17 00:00:00 2001 From: sewardj Date: Thu, 28 Jun 2001 10:25:30 +0000 Subject: [PATCH] [project @ 2001-06-28 10:25:30 by sewardj] Add comment referring to horrible hack to do with HSstd splitting/merging. --- ghc/driver/PackageSrc.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index c9bb864..8a16188 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -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 , -- 1.7.10.4