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
Ian Lynagh | 10 Feb 01:06
Picon
Gravatar

Re: GHCi-7.4.1: Importing a non existing module succeeds

On Fri, Feb 10, 2012 at 12:49:56AM +0100, Bas van Dijk wrote:
> Should I file a bug for this:

It's already reported: http://hackage.haskell.org/trac/ghc/ticket/5836

Thanks
Ian
Picon
Gravatar

Re: GHCi-7.4.1: Importing a non existing module succeeds

Bas van Dijk <v.dijk.bas <at> gmail.com> writes:

> Should I file a bug for this:

see http://hackage.haskell.org/trac/ghc/ticket/5836

-- hvr

Gmane