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

Here's the error I get: compiler/nativeGen/PprBase.hs:26:8: Could not find module `Data.Array.Unsafe' Perhaps you meant Data.Array.Base (from array-0.3.0.3) Data.Array.Unboxed (from array-0.3.0.3) Use -v to see a list of the files searched for. This is from a clean tree.

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 Data.Array.Base (from array-0.3.0.3) Data.Array.Unboxed (from array-0.3.0.3) Use -v to see a list of the files searched for.
This is from a clean tree.
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Thanks for the report, I'm fixing this. Cheers, Simon On 13/08/11 07:48, Karel Gardas wrote:
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 Data.Array.Base (from array-0.3.0.3) Data.Array.Unboxed (from array-0.3.0.3) Use -v to see a list of the files searched for.
This is from a clean tree.
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
participants (3)
-
Johan Tibell
-
Karel Gardas
-
Simon Marlow