Re: Where did the GHC API go?

2009-12-23 Thread Neil Mitchell
Note that other links have gone broken recently: http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html#v:filter These links are relied upon by Hoogle and Google. I suspect they have the same cause. Thanks, Neil On Mon, Dec 21, 2009 at 12:38 PM, Simon Marlow marlo...@gmail.com

Re: GHC-6.12.1: broken configure

2009-12-23 Thread Simon Marlow
On 22/12/09 12:59, Jens Petersen wrote: 2009/12/19 Kirill A. Shutemovkir...@shutemov.name: I want to build ghc for i586-alt-linux-gnu. Why? :) Why do not use config.guess to guess correct host/target/build instead of reinvent wheel? While I sympathize (I gave up long ago trying to use

Re: Poor array behaviour

2009-12-23 Thread Simon Marlow
On 23/12/09 07:55, Herk, Robert van wrote: Hi all, I stumbled upon something odd with respect to arrays. I know about GHC not doing card marking and traversing whole arrays one each GC for each array with alterations, but still I don't understand the behaviour. The situation is like this. I

Re: GHC-6.12.1: broken configure

2009-12-23 Thread Duncan Coutts
On Wed, 2009-12-23 at 21:49 +, Simon Marlow wrote: I personally think we should revert to using the standard config.guess and normalising the result as we used to. Aye. It was changed due to this: http://hackage.haskell.org/trac/ghc/ticket/1717 so we should find another way around