
18 Jun
2007
18 Jun
'07
9:15 a.m.
On Mon, Jun 18, 2007 at 01:51:06PM +0100, Simon Marlow wrote:
It also means that none of your internal modules can depend on any of your normal modules.
Sure they can - the foo-internal package would contain all the modules (internal + external), but the foo package would only re-expose some of them.
Sorry, yes, my brain broke. Thanks Ian