[project @ 2002-02-13 10:43:15 by simonpj]
authorsimonpj <unknown>
Wed, 13 Feb 2002 10:43:15 +0000 (10:43 +0000)
committersimonpj <unknown>
Wed, 13 Feb 2002 10:43:15 +0000 (10:43 +0000)
Use C comments not Haskell comments; ghc-pkg doesnt understand the latter

base.conf.in

index 0a6a74b..d7cd1cc 100644 (file)
@@ -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"