On Wed, Jan 03, 2007 at 04:53:49PM -0500, Lihn, Steve wrote:
> I am trying to compile htoolkit's HSQL package. Got the following error
> on my first step.
> It seems like an internal error from the standard library. Any idea?
> 
> cd HSQL/HSQL
> runhugs Setup.lhs configure
> runhugs: Error occurred
> ERROR
> "/home/econ/hugs/lib/hugs/packages/base/Text/ParserCombinators/ReadP.hs"
> :156 - Syntax error in type expression (unexpected `.')

Give runhugs a -98 argument:

        runhugs -98 Setup.lhs configure

_______________________________________________
Hugs-Users mailing list
Hugs-Users@haskell.org
http://www.haskell.org/mailman/listinfo/hugs-users

Reply via email to