#1392: GHC fails to recompile base ST.lhs
-----------------------+----------------------------------------------------
  Reporter:  guest     |          Owner:         
      Type:  bug       |         Status:  new    
  Priority:  high      |      Milestone:         
 Component:  Compiler  |        Version:  6.7    
  Severity:  normal    |       Keywords:         
Difficulty:  Unknown   |             Os:  Unknown
  Testcase:            |   Architecture:  Unknown
-----------------------+----------------------------------------------------
With sources from 2007-05-30, 13:00 BST I did
 {{{
   make distclean
   sh boot
   make
 }}}
 And I get this message
 {{{
 GHC/ST.lhs:54:17:
     A newtype constructor cannot have a strictness annotation,
       but `ST' does
     In the definition of data constructor `ST'
     In the newtype declaration for `ST'
 }}}
 which is untrue, there is no strictness annotation.

   -- Lennart

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1392>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to