| Definitely not worthwhile? Should I be using "-package-name foo" when
| compiling for my package foo?

Yes, you definitely should do that.  That's how GHC knows what package
the module is a part ot.

| >Packages are the unit of distribution, and the unit of
| >library archive, in GHC.
| >If you import a module Foo, GHC has to figure out which libBaz.a to
| >link.
| 
| I assumed that GHC linked to all libraries mentioned in all those
| packages specified with "-package".

Ah, it's the -package flag we are planning to get rid of!  

Simon

_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to