[project @ 2003-02-18 20:15:15 by panne]
[ghc-base.git] / base.conf.in
index c977e5e..9d97361 100644 (file)
@@ -2,6 +2,7 @@
 
 Package {
         name           = "base",
+       auto           = True,
 #ifdef INSTALLING
        import_dirs    = [ "$libdir/imports/base" ],
 #else
@@ -15,18 +16,18 @@ Package {
                          , "$libdir/libraries/base/cbits" ],
 #endif
         hs_libraries      =
-#                           ifndef mingw32_TARGET_OS
+#                           if !defined(mingw32_TARGET_OS) && !defined(cygwin32_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.
+                               horrible hack, which glues HSbase{1,2,3}
+                               back into HSbaase for the purposes of static linking.
                                See DriverState.getPackageLibraries for details. */
-                            [ "HSbase1", "HSbase2" ],
+                            [ "HSbase1", "HSbase2", "HSbase3" ],
 #                           endif
        extra_libraries   = [ "HSbase_cbits"
 #ifdef mingw32_TARGET_OS
-                            , "wsock32", "kernel32", "user32"
+                            , "wsock32", "msvcrt", "kernel32", "user32"
 #endif
                            ],
 #ifdef INSTALLING