Bug#442073: hugs: Crashes when using ByteString and cpphs

2007-09-13 Thread Ross Paterson
This is caused by a bug in cpphs, which is used in preparing the libraries for Hugs. Simple test case: % cat test {- #if 1 foo #else bar #endif -} % cpphs --noline test {- #if 1 foo #else -} -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

Bug#442073: hugs: Crashes when using ByteString and cpphs

2007-09-12 Thread John Goerzen
Package: hugs Version: 98.200609.21-5 Severity: important When run under -98 +o "-Fcpphs --noline", hugs crashes like this: runhugs: Error occurred ERROR "/usr/lib/hugs/packages/base/Data/ByteString.hs":1924 - Unterminated nested comment {- ... And, in fact, about a page after that, we see: