2008/10/31 Thomas Schilling <[EMAIL PROTECTED]>:
> Max,
>
> this broke the build due to a unused variable warning (by default we
> use -Werror).  I couldn't tell whether the complete line should be
> removed or whether you actually wanted to use that result somewhere.
> Could you please send a proper fix?
> It's line 384, btw.

I don't have a checkout handy at the moment, but the fix is to remove
the line. Typeable was necessary in an earlier iteration which just
used the Typeable class for annotation values, but now we use Data
which implies Typeable, so that line can be safely dumped.

Apologies for the trouble,
Max

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to