Re: [GHC] #1453: addition to #1452 : it ignores import UnknownModule

2007-07-07 Thread GHC
#1453: addition to  #1452  : it ignores  import UnknownModule
-+--
Reporter:  [EMAIL PROTECTED]  |Owner:  
Type:  bug   |   Status:  closed  
Priority:  normal|Milestone:  
   Component:  Compiler  |  Version:  6.6.1   
Severity:  normal|   Resolution:  invalid 
Keywords:  unknown module|   Difficulty:  Unknown 
  Os:  Linux | Testcase:  ticket #1452
Architecture:  x86   |  
-+--
Changes (by igloo):

  * resolution:  = invalid
  * status:  new = closed

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1453
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1453: addition to #1452 : it ignores import UnknownModule

2007-06-27 Thread GHC
#1453: addition to  #1452  : it ignores  import UnknownModule
-+--
Reporter:  [EMAIL PROTECTED]  |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___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #1453: addition to #1452 : it ignores import UnknownModule

2007-06-22 Thread GHC
#1453: addition to  #1452  : it ignores  import UnknownModule
---+
  Reporter:  [EMAIL PROTECTED]  |  Owner:
  Type:  bug   | Status:  new   
  Priority:  normal|  Milestone:
 Component:  Compiler  |Version:  6.6.1 
  Severity:  normal|   Keywords:  unknown module
Difficulty:  Unknown   | Os:  Linux 
  Testcase:  ticket #1452  |   Architecture:  x86   
---+
See ticket #1452.
 Prepend the line   `import Unknown'   to the import decls in  Reduce.hs-
 boot  and command
 make build.
 It builds without report of unknown module.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1453
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs