GHC.Prim.ByteArray# - confusing documentation

2009-12-24 Thread Antoine Latter
Folks, I found some of the documentation in GHC.Prim confusing - so I thought I'd share. The documentation for the ByteArray# type[1] explains that's it's a raw region in memory that also remembers it's size. Consequently I expected sizeOfByteArray# to return the same number that I passed in to n

Re: Where did the GHC API go?

2009-12-24 Thread Ian Lynagh
On Thu, Dec 24, 2009 at 10:11:55AM -0500, Andrés Sicard-Ramírez wrote: > 2009/12/24 Ian Lynagh > > > On Thu, Dec 24, 2009 at 09:57:58AM -0500, Andrés Sicard-Ramírez wrote: > > > On Thu, Dec 24, 2009 at 9:15 AM, Ian Lynagh wrote: > > > > > > > > > > > I've fixed the online 6.12.1 docs, > > > > >

Re: Where did the GHC API go?

2009-12-24 Thread Andrés Sicard-Ramírez
2009/12/24 Ian Lynagh > On Thu, Dec 24, 2009 at 09:57:58AM -0500, Andrés Sicard-Ramírez wrote: > > On Thu, Dec 24, 2009 at 9:15 AM, Ian Lynagh wrote: > > > > > > > > I've fixed the online 6.12.1 docs, > > > > The link is down for me: > > > > http://www.haskell.org/ghc/docs/6.12.1/html/libraries/

Re: Where did the GHC API go?

2009-12-24 Thread Isaac Dupree
Ian Lynagh wrote: On Wed, Dec 23, 2009 at 09:34:58PM +, Neil Mitchell wrote: 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.

Re: Where did the GHC API go?

2009-12-24 Thread Ian Lynagh
On Thu, Dec 24, 2009 at 09:57:58AM -0500, Andrés Sicard-Ramírez wrote: > On Thu, Dec 24, 2009 at 9:15 AM, Ian Lynagh wrote: > > > > > I've fixed the online 6.12.1 docs, > > The link is down for me: > > http://www.haskell.org/ghc/docs/6.12.1/html/libraries/ghc/index.html Which page is linking t

Re: Where did the GHC API go?

2009-12-24 Thread Andrés Sicard-Ramírez
On Thu, Dec 24, 2009 at 9:15 AM, Ian Lynagh wrote: > > I've fixed the online 6.12.1 docs, > The link is down for me: http://www.haskell.org/ghc/docs/6.12.1/html/libraries/ghc/index.html -- Andrés ___ Glasgow-haskell-users mailing list Glasgow-haskel

Re: Where did the GHC API go?

2009-12-24 Thread Ian Lynagh
On Wed, Dec 23, 2009 at 09:34:58PM +, Neil Mitchell wrote: > 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. Yes, this

Re: Where did the GHC API go?

2009-12-24 Thread Ian Lynagh
On Mon, Dec 21, 2009 at 12:38:08PM +, Simon Marlow wrote: > On 21/12/2009 00:18, Tom Tobin wrote: >> On Sun, Dec 20, 2009 at 6:17 PM, Tom Tobin wrote: >>> On Sun, Dec 20, 2009 at 4:47 PM, Jason Dusek wrote: Maybe I missed an email about this... http://www.haskell.org/ghc/

Re: GHC-6.12.1: broken configure

2009-12-24 Thread Ian Lynagh
On Wed, Dec 23, 2009 at 09:49:40PM +, Simon Marlow wrote: > On 22/12/09 12:59, Jens Petersen wrote: >> 2009/12/19 Kirill A. Shutemov: >>> 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