[Haskell-cafe] \Parsec\Token.hs

Scott Weeks weeksie at twelvestone.com
Tue Nov 8 02:38:08 EST 2005


Hello,

I ran into this as well, it's because the Token module uses the forall 
extension.

  just start Hugs with the -98 option and the error should go away.

Cheers


On 08/11/2005, at 1:32 PM, Sara Kenedy wrote:

> Dear all,
>
> I run file Token.hs in
> hugs98\libraries\Text\ParserCombinator\Parsec\Token.hs, but it
> displays this error
>
> ERROR : 64 - Syntax error in data type definition (unexpected '.')
>
> Anyone know how to fix this? Thanks.
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>


More information about the Haskell-Cafe mailing list