[project @ 2002-04-24 16:31:37 by simonmar]
[ghc-base.git] / base.conf.in
index 0a6a74b..c977e5e 100644 (file)
@@ -3,13 +3,13 @@
 Package {
         name           = "base",
 #ifdef INSTALLING
-       import_dirs    = [ "$libdir/imports" ]
+       import_dirs    = [ "$libdir/imports/base" ],
 #else
        import_dirs    = [ "$libdir/libraries/base" ],
 #endif
         source_dirs    = [],
 #ifdef INSTALLING
-        library_dirs   = [ "$libdir" ]
+        library_dirs   = [ "$libdir" ],
 #else
         library_dirs   = [ "$libdir/libraries/base"
                          , "$libdir/libraries/base/cbits" ],
@@ -18,19 +18,19 @@ 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"
 #ifdef mingw32_TARGET_OS
-                            , "wsock32", "msvcrt", "kernel32", "user32"
+                            , "wsock32", "kernel32", "user32"
 #endif
                            ],
 #ifdef INSTALLING
-        include_dirs   = []
+        include_dirs   = [],
 #else
         include_dirs   = [ "$libdir/libraries/base/include" ],
 #endif