From 75fa096f660e45f06e9818edc86de7b1b91f22f8 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 30 Nov 2004 10:04:31 +0000 Subject: [PATCH] [project @ 2004-11-30 10:04:31 by simonpj] Use C comment not Haskell comment in package.conf --- package.conf.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 1.7.10.4