Bugs item #626263, was opened at 2002-10-21 09:46 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=626263&group_id=8032
Category: Compiler Group: 5.04.1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: John Hughes (rjmh) Assigned to: Nobody/Anonymous (nobody) Summary: GHC loops on attached module Initial Comment: I attach a (rather old) parsing library. GHC 5.02.3 compiles it fine, but GHC 5.04.1 runs out of stack. (And yes, I have tried making the stack bigger!) ---------------------------------------------------------------------- >Comment By: Simon Peyton Jones (simonpj) Date: 2002-10-22 11:01 Message: Logged In: YES user_id=50165 Yes, this is a known bug in GHC 5.02.1, will be fixed in 5.02.2. Workaround: use 'data' instead of 'newtype' for recursive newtypes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=626263&group_id=8032 _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
