[ ghc-Bugs-635718 ] Bad space behaviour with huge input file

2002-11-08 Thread noreply
Bugs item #635718, was opened at 2002-11-08 23:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=635718&group_id=8032 Category: Compiler Group: 5.04 Status: Open Resolution: None Priority: 5 Submitted By: Antti-Juhani Kaijanaho (ajk) Assigned to: Nobody/

[ ghc-Bugs-635605 ] ghc-pkg in ghc root directory

2002-11-08 Thread noreply
Bugs item #635605, was opened at 2002-11-08 09:46 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=635605&group_id=8032 Category: Compiler Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Ano

[ ghc-Bugs-635594 ] objectio not included in 5.04 September

2002-11-08 Thread noreply
Bugs item #635594, was opened at 2002-11-08 09:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=635594&group_id=8032 Category: Compiler Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Ano

RE: should -fglasgow-exts support Haskell98?

2002-11-08 Thread Simon Peyton-Jones
No, -fglasgow-exts nukes some valid H98 programs. Reason: the extensions need to take up some extra syntax. For example, 'forall' is a keyword in -fglasgow-exts but not in H98. In your case it thinks you are write an unboxed tuple (# foo, baz #) Simon | -Original Message- | F