From: sewardj Date: Thu, 28 Jun 2001 10:25:30 +0000 (+0000) Subject: [project @ 2001-06-28 10:25:30 by sewardj] X-Git-Tag: Approximately_9120_patches~1676 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=82f481713fe3d6f82ad0ce2af4f0e47448dd59b1;p=ghc-hetmet.git [project @ 2001-06-28 10:25:30 by sewardj] Add comment referring to horrible hack to do with HSstd splitting/merging. --- 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 ,