Hi

> It fails with Hugs on both platforms on the "runhugs Setup.lhs
> configure" step in the base HSQL library with:
>
> Windows:
>
> ERROR "C:\Program
> Files\WinHugs\libraries\Text\ParserCombinators\ReadP.hs":156 -
>  Syntax error in type expression (unexpected `.')

That looks like it requires haskell extensions (forall in particular),
and Hugs is running without them. Try adding the -98 option to Hugs.
The other option is to start WinHugs, click on Options, and under
Haskell Extensions change it to Hugs/GHC extensions.

Thanks

Neil
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to