Re: HEAD does not build on OS X using 7.2.1 as bootstrap compiler

2011-08-13 Thread Karel Gardas
Hello, I got this here too when I updated GHC tree but forgot to ./sync-all pull libraries. Karel On 08/12/11 12:09 AM, Johan Tibell wrote: Here's the error I get: compiler/nativeGen/PprBase.hs:26:8: Could not find module `Data.Array.Unsafe' Perhaps you meant

INLINE pragma changes in 7.2.1

2011-08-13 Thread Antoine Latter
Hi GHC, Did the behavior of the INLINE prgama change in version 7.2.1? I didn't see anything in the release notes. Previously (7.0.3) I could attach an inline pragma to a class member like so: class MyClass a with foo :: a - Int {-# INLINE foo #-} Now I get the error message: The INLINE

Re: INLINE pragma changes in 7.2.1

2011-08-13 Thread wagnerdm
The behavior of the compilation part didn't change, GHC just started complaining about nonsense. See http://hackage.haskell.org/trac/ghc/ticket/5084 for more information. ~d Quoting Antoine Latter aslat...@gmail.com: Hi GHC, Did the behavior of the INLINE prgama change in version 7.2.1?

Re: INLINE pragma changes in 7.2.1

2011-08-13 Thread Antoine Latter
On Sat, Aug 13, 2011 at 12:29 PM, wagne...@seas.upenn.edu wrote: The behavior of the compilation part didn't change, GHC just started complaining about nonsense. See http://hackage.haskell.org/trac/ghc/ticket/5084 for more information. I'll admit that only applying to default methods is a