Re: valdidate fails again

2011-08-02 Thread David Terei
cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On > Behalf Of > | Manuel M T Chakravarty > | Sent: 02 August 2011 07:01 > | To: GHC > | Subject: valdidate fails again > | > | compiler/nativeGen/PprBase.hs:24:1: > |     Warning: In the use of `castSTUArray

RE: valdidate fails again

2011-08-02 Thread Simon Peyton-Jones
This was David's patch to the 'array' library. David, NB! Meanwhile, I'm fixing. Simon | -Original Message- | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On Behalf Of | Manuel M T Chakravarty | Sent: 02 August 2011 07:01 | To: GHC | Subj

valdidate fails again

2011-08-01 Thread Manuel M T Chakravarty
compiler/nativeGen/PprBase.hs:24:1: Warning: In the use of `castSTUArray' (imported from Data.Array.ST): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" Please, please, please, validate with -Werror enabled! Manue