GHCi-7.4.1: Importing a non existing module succeeds

Bas van Dijk v.dijk.bas at gmail.com
Fri Feb 10 00:49:56 CET 2012


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



More information about the Glasgow-haskell-users mailing list