From: Ruben Z. <rzi...@ya...> - 2007-01-01 04:42:45
|
I just checked out hoc from cvs and followed the instructions in BUILDING.CVS and received the following error: ./HOC/TH.hs:45:24: Constructor `NameG' should have 2 arguments, but has been given 3 When checking the pattern: Name _ (NameG _ pkg mod) In a case alternative: Name _ (NameG _ pkg mod) -> NameG ns pkg mod In the case expression: case n of Name _ (NameG _ pkg mod) -> NameG ns pkg mod Name _ other -> other make[1]: *** [ghcmake.build-stamp] Error 1 I'm not sure if this error has been reported before or not. I couldn't see it mentioned on the archives for this mailing list, so I thought I would post a question about it. Can anyone suggest a fix for this? Thanks, Ruben Zilibowitz |