-package-name

Simon Peyton-Jones simonpj@microsoft.com
Tue, 8 Oct 2002 13:56:42 +0100


| Aha. So how will GHC find all the various module imports?

You install the package using ghc-pkg.  That tells GHC where it is.

Simon