Hi,

I'm getting a validate failure for HEAD:

{{{
libraries/binary/src/Data/Binary/Builder.hs:2:16:
    Warning: -fglasgow-exts is deprecated: Use individual extensions instead

<no location info>:
Failing due to -Werror.
}}}

Have we always enabled -Werror when compiling upstream code like this?
It seems sensible for validate to insist that libraries without an
upstream are warning-clean, but it is harder to ensure that libraries
like "binary" that we try to just pull from are also warning-clean.

I'll submit a patch to binary to fix this instance (and have edited my
local copy so validate goes through for now), but I'm curious as to
what policy is for situations like this.

Cheers,
Max

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

Reply via email to