From 2b53d672df92d963e6fbfb1355a886a0674e256f Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 13 Feb 2002 10:43:15 +0000 Subject: [PATCH 1/1] [project @ 2002-02-13 10:43:15 by simonpj] Use C comments not Haskell comments; ghc-pkg doesnt understand the latter --- base.conf.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/base.conf.in b/base.conf.in index 0a6a74b..d7cd1cc 100644 --- a/base.conf.in +++ b/base.conf.in @@ -18,10 +18,10 @@ Package { # ifndef mingw32_TARGET_OS [ "HSbase" ], # 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. + /* 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. */ [ "HSbase1", "HSbase2" ], # endif extra_libraries = [ "HSbase_cbits" -- 1.7.10.4