> Please let me know of any problems with any of them. Not exactly a problem, but the extralibs (at least mtl and network - I haven't checked the others) aren't built with object splitting (the base libraries are).
Object splitting emits lots of .o files for each module instead of just one, so GHC can link in only parts of a module, which seems to make executables a lot smaller. Apparently Cabal got support for object splitting in 6.6. Configuring with --enable-split-objs should switch it on. Apart from that, it works like a charm! Thanks very much for packaging it up... Nick _______________________________________________ debian-haskell mailing list [email protected] http://urchin.earth.li/mailman/listinfo/debian-haskell

