On Fri, Aug 15, 2008 at 2:37 PM, Andrew Coppin
<[EMAIL PROTECTED]> wrote:
> Now both packages can be installed at once, but when I say "import
> Data.Hashtable", GHC has no way to know which one I mean. That doesn't sound
> too clever to me...

GHC can hide packages or, put it another way, can show only the
packages you want. That's what Cabal does when compiling. For example,
try to remove some package from the dependencies and watch GHC
complain.

-- 
Felipe.
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to