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
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:
2 matches
Mail list logo