
15 Aug
2008
15 Aug
'08
2:21 p.m.
On Fri, Aug 15, 2008 at 2:37 PM, Andrew Coppin
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.