Ross Paterson <[EMAIL PROTECTED]> writes: > ross 2005/02/10 05:08:07 PST > > Modified files: > libraries/Cabal/doc Cabal.xml > Log: > separate examples for executables only and library+executables. > > I think the former is the common useful case, and the latter is broken: > it requires a kludge in the module search, and isn't much use anyway -- > e.g. try adding executables to HaXml.cabal -- they each need almost the > whole library. HOpen.cabal would be even more fun.
Another good way to solve this is to implement the module chasing we've been talking about for a while; make hidden-modules optional and just chase down the modules that the exposed modules and executable modules depend on. peace, isaac _______________________________________________ Cvs-libraries mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-libraries
