X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.conf.in;h=7430ecb8ade9704735cacef841d58de51ba429f2;hb=eb5b02e3b6ad1c2affdc8d5a5697f541b2d45fb1;hp=0a6a74b88501fc974ee1921fb3f672ef9dcb0583;hpb=6679033059077ab7ceb19540a8801d812e939e4e;p=ghc-base.git diff --git a/base.conf.in b/base.conf.in index 0a6a74b..7430ecb 100644 --- a/base.conf.in +++ b/base.conf.in @@ -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,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" @@ -30,7 +30,7 @@ Package { #endif ], #ifdef INSTALLING - include_dirs = [] + include_dirs = [], #else include_dirs = [ "$libdir/libraries/base/include" ], #endif