Re: [GHC] #1306: GHC generates warning about internally generated functions

2007-05-02 Thread GHC
#1306: GHC generates warning about internally generated functions
-+--
Reporter:  guest |Owner: 
Type:  bug   |   Status:  closed 
Priority:  normal|Milestone: 
   Component:  Compiler  |  Version:  6.7
Severity:  normal|   Resolution:  fixed  
Keywords:|   Difficulty:  Unknown
  Os:  Windows   | Testcase: 
Architecture:  Unknown   |  
-+--
Changes (by simonpj):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Dup of #1313 (well, to be fair, #1313 is dup of this).


 Anyway, it's fixed.

 Simon

-- 
Ticket URL: 
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] #1306: GHC generates warning about internally generated functions

2007-04-27 Thread GHC
#1306: GHC generates warning about internally generated functions
---+
  Reporter:  guest |  Owner: 
  Type:  bug   | Status:  new
  Priority:  normal|  Milestone: 
 Component:  Compiler  |Version:  6.7
  Severity:  normal|   Keywords: 
Difficulty:  Unknown   | Os:  Windows
  Testcase:|   Architecture:  Unknown
---+
The source code has this line
 {{{
 data Position = PosTop | PosBottom | PosLeft | PosRight
 deriving (Enum, Show)
 }}}
 And here is the first of many warnings:
 {{{
 ../Gmag/Paradise/View/Impl.hs:68:5:
 Warning: Definition but no type signature for
 `Gmag.Paradise.View.Impl.con2tag_Position#'
  Inferred type: Gmag.Paradise.View.Impl.con2tag_Position# ::
 Position
 -> GHC.Prim.Int#
 }}}
   -- Lennart

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