[Haskell-cafe] Hackage web interface

2008-11-12 Thread Hugo Pacheco
Hi,

When previewing some package via the Hackage web interface, I get the
following warning:
Exposed modules use unallocated top-level names: AI assume that if you
define some module A.B, it expects the top-level name A to be a module.
Does this make sense?

Thanks,
hugo

-- 
www.di.uminho.pt/~hpacheco
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Hackage web interface

2008-11-12 Thread Ross Paterson
On Wed, Nov 12, 2008 at 04:14:48PM +, Hugo Pacheco wrote:
 When previewing some package via the Hackage web interface, I get the 
 following
 warning:
 Exposed modules use unallocated top-level names: A
 I assume that if you define some module A.B, it expects the top-level name A 
 to
 be a module.

Not a module, but one of a few names.  See

http://www.haskell.org/haskellwiki/Hierarchical_module_names
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe