10 Feb 00:49
GHCi-7.4.1: Importing a non existing module succeeds
Bas van Dijk <v.dijk.bas <at> gmail.com>
2012-02-09 23:49:56 GMT
2012-02-09 23:49:56 GMT
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
RSS Feed