From: simonpj Date: Tue, 30 Nov 2004 10:04:31 +0000 (+0000) Subject: [project @ 2004-11-30 10:04:31 by simonpj] X-Git-Tag: nhc98-1-18-release~171 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=75fa096f660e45f06e9818edc86de7b1b91f22f8;p=ghc-base.git [project @ 2004-11-30 10:04:31 by simonpj] Use C comment not Haskell comment in package.conf --- diff --git a/package.conf.in b/package.conf.in index cedda16..2d6686d 100644 --- a/package.conf.in +++ b/package.conf.in @@ -166,12 +166,12 @@ library-dirs: "$libdir/libraries/base", #if !defined(mingw32_TARGET_OS) && !defined(cygwin32_TARGET_OS) hs-libraries: "HSbase" #else --- --- This splitting is the subject of a totally --- horrible hack, which glues HSbase{1,2,3} --- back into HSbaase for the purposes of static linking. --- See DriverState.getPackageLibraries for details. --- +/* + This splitting is the subject of a totally + horrible hack, which glues HSbase{1,2,3} + back into HSbaase for the purposes of static linking. + See DriverState.getPackageLibraries for details. +*/ hs-libraries: "HSbase1", "HSbase2", "HSbase3" #endif