[GHC] #1453: addition to #1452 : it ignores import UnknownModule
GHC
trac at galois.com
Wed Jun 27 05:17:02 EDT 2007
#1453: addition to #1452 : it ignores import UnknownModule
---------------------------------+------------------------------------------
Reporter: mechvel at botik.ru | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.6.1
Severity: normal | Resolution:
Keywords: unknown module | Difficulty: Unknown
Os: Linux | Testcase: ticket #1452
Architecture: x86 |
---------------------------------+------------------------------------------
Comment (by simonpj):
This one at least is easy. Your little system dm/ simply does not use
`Reduce.hs-boot`. It is not imported, it is not compiled... it's simply
unused. So you could put anything in it that you like, and no error would
be reported! The only hs-boot module that is SOURCE-imported is `Bool0`.
So I declare this absent error message to be a non-error. I'll close this
bug shortly unless you tell me I'm mistaken.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1453>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list