From: simonpj Date: Wed, 13 Feb 2002 10:43:15 +0000 (+0000) Subject: [project @ 2002-02-13 10:43:15 by simonpj] X-Git-Tag: nhc98-1-18-release~1127 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2b53d672df92d963e6fbfb1355a886a0674e256f;p=ghc-base.git [project @ 2002-02-13 10:43:15 by simonpj] Use C comments not Haskell comments; ghc-pkg doesnt understand the latter --- 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"