X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.conf.in;h=9d973616e4785796803559295bc34d74b0fc7067;hb=4a4eba7f7108e1dfa0b69ba045b71e6736ba6058;hp=7430ecb8ade9704735cacef841d58de51ba429f2;hpb=9a27ee83d8245aa8236fa3a207a537c26fe1d3e3;p=ghc-base.git diff --git a/base.conf.in b/base.conf.in index 7430ecb..9d97361 100644 --- a/base.conf.in +++ b/base.conf.in @@ -2,6 +2,7 @@ Package { name = "base", + auto = True, #ifdef INSTALLING import_dirs = [ "$libdir/imports/base" ], #else @@ -15,14 +16,14 @@ 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