Re: Text/ParserCombinators/ReadP.hs error

Ross Paterson <[email protected]> Wed, 3 Jan 2007 22:15:23 +0000
Newsgroups gmane.comp.lang.haskell.hugs.user
Message-ID <[email protected]>
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