[Hugs-users] Text/ParserCombinators/ReadP.hs error

Ross Paterson ross at soi.city.ac.uk
Wed Jan 3 17:15:23 EST 2007


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



More information about the Hugs-Users mailing list