Re: Validate: -Werror and upstream code

2011-04-03 Thread Johan Tibell
On Sat, Apr 2, 2011 at 3:45 PM, Ian Lynagh wrote: > The binary git repo is converted from a git mirror of the upstream darcs > repo, rather than from GHC's darcs repo, and upstream haven't applied > this patch: > >    Tue Nov  2 18:58:52 GMT 2010  Ian Lynagh >      * Avoid "-fglasgow-exts depreca

Re: Validate: -Werror and upstream code

2011-04-02 Thread Ian Lynagh
On Sat, Apr 02, 2011 at 11:01:26AM +0100, Max Bolingbroke wrote: > > 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 > > : > Failing due to -Werror. > }}} Ah, I un

Validate: -Werror and upstream code

2011-04-02 Thread Max Bolingbroke
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 : Failing due to -Werror. }}} Have we always enabled -Werror when compiling upstream code like this? It seems sensible