> If the same module is defined in multiple "root" source files, then
> complain.  Before, the compiler would silently ignore one of them.
  
Is this a test for searchpaths which contain multiple copies of
some module Foo.Bar like:

  ghc -ia:b

  a/Foo/Bar.hs
  b/Foo/Bar.hs

If so, do you think this is something Hugs and NHC should check too?

--
A
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to