Bas van Dijk | 10 Feb 00:49
Picon
Gravatar

GHCi-7.4.1: Importing a non existing module succeeds

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

Gmane