Should I file a bug for this:
GHCi 7.2.2:
> import I.Do.Not.Exist
<no location info>:
Could not find module `I.Do.Not.Exist'
Use -v to see a list of the files searched for.
GHCi 7.4.1:
> import I.Do.Not.Exist
>
(and for the record: I.Do.Not.Exist does not exist)
Bas