importing "in place" and packages

Simon Peyton-Jones simonpj at microsoft.com
Fri Dec 22 09:42:15 EST 2006


Hmm.  Ghc doesn't really give you a way to *run* a package which is so partly-built that you can't install it.  That's perhaps not clever, but I think it's the current story.

| point. Or perhaps I could find a way of installing the partial package
| to the user database.

That sounds plausible to me.

| I build part of package javavm. Then I use that to build ShowClasses.
| Then I run ShowClasses to generate more source files. Then I use those
| to build the rest of javavm.

Two packages,  perhaps?

S


More information about the Glasgow-haskell-users mailing list