* Jason Dagit <[EMAIL PROTECTED]> [081119 04:40]: > I have a request for someone with GHC 6.10. > > Could you try building with: > -Wall -Werror -fno-warn-warnings-deprecations -fwarn-deprecated-flags > > And sending a patch if that causes darcs to build under 6.10 with no > warnings?
It doesn't. it complains about the options in lines like
{-# OPTIONS_GHC -fbang-patterns -fffi -cpp #-}
that changed and issue a warning that they are now deprecated. As
I understood they are there to support ghc < 6.10 so either we
exclude them with a preprocessor makro or exclude those warnings
explicitly. ( I would habe to look up the last bit.)
Kind regards,
Christian
--
You may use my gpg key for replies:
pub 1024D/47F79788 2005/02/02 Christian Kellermann (C-Keen)
pgpA1lGTaTnWX.pgp
Description: PGP signature
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
