On Mon, 21 Dec 2009 14:53:12 +0000 Duncan Coutts <duncan.coutts@googlemail.com> wrote:
On Mon, 2009-12-21 at 00:04 +0200, Sergei Trofimovich wrote:
Sun Dec 20 23:17:17 EET 2009 Sergei Trofimovich <slyfox@community.haskell.org> * Distribution/Client/SrcDist.hs: fixed warning on -Wall (unused result)
Thanks for all those patches for fixing the new warnings with ghc-6.12. Some of warnings are not fixed as they seem to be ghc errors, like: http://hackage.haskell.org/trac/ghc/ticket/3776 Some of warnings might be fixed in a wrong way (like imports for non-ghc/old-ghc). Does bundle contain suspicious patches to amend/throw off?
Mon Dec 21 00:04:47 EET 2009 Sergei Trofimovich <slyfox@community.haskell.org> * cabal-install.cabal: added -Wall for ghc
Note that the cabal-install.cabal already uses -Wall: Oh sorry, I was sure it was off.
Duncan
-- Sergei