From: simonmar Date: Fri, 16 May 2003 10:14:22 +0000 (+0000) Subject: [project @ 2003-05-16 10:14:22 by simonmar] X-Git-Tag: nhc98-1-18-release~648 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a6fc9e2d755a7c4ef84f207550cf5f2687c80c67;p=haskell-directory.git [project @ 2003-05-16 10:14:22 by simonmar] Now that we have auto packages, it makes sense to keep all the interfaces for hierarchical libraries in the same directory tree. So now, instead of putting interfaces for package P in $libdir/imports/P, we put them all in $libdir/imports. Interfaces for old non-auto non-hierarchical packages now go in $libdir/hslibs-imports/P for package P. --- diff --git a/base.conf.in b/base.conf.in index 9d97361..eb92b8c 100644 --- a/base.conf.in +++ b/base.conf.in @@ -4,7 +4,7 @@ Package { name = "base", auto = True, #ifdef INSTALLING - import_dirs = [ "$libdir/imports/base" ], + import_dirs = [ "$libdir/imports" ], #else import_dirs = [ "$libdir/libraries/base" ], #endif