RE: un-existing import in boot-module

2007-06-22 Thread Simon Peyton-Jones
. Mechveliani | Sent: 21 June 2007 17:04 | To: glasgow-haskell-bugs@haskell.org | Subject: un-existing import in boot-module | | Dear GHC developers, | | ghc-6.6.1 does not report about unknown module import in boot-modules. | | For example, let us haveFoo.hs and Foo.hs-boot, | and add

un-existing import in boot-module

2007-06-21 Thread Serge D. Mechveliani
Dear GHC developers, ghc-6.6.1 does not report about unknown module import in boot-modules. For example, let us haveFoo.hs and Foo.hs-boot, and add to Foo.hs-boot the line import M , where M is not a name of any existing module. ghc `makes' the project without any