Hi Peter,

>  Also typing runhugs Setup.hs configure fails with
>
>  runhugs: Error occurred
>  ERROR "c:\program
> files\winhugs\packages\base\Text\ParserCombinators\ReadP.hs":156
> - Syntax error in type expression (unexpected `.')

This is because Cabal gets it wrong. You need to type runhugs -98
Setup configure. There is an easy fix, which is for the Cabal
developers to always use the bundled ReadP rather than the library
one. I talked to Duncan about this in Germany, and he said he'd fix it
:-)

Thanks

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

Reply via email to