Re: What a mess....

2008-10-19 Thread Magicloud
Because some libraries' darcs have been updated to fit 6.10. And I do not want to check every library's stable version before I darcs it. So I decide to install ghc-6.10. I have tried a few times, no special action needed, just build 6.10, and as it requires, install the rest. Then, it cannot be

Re: What a mess....

2008-10-19 Thread Don Stewart
magicloud.magiclouds: > Hi, >I want to install ghc 6.10. Well > >I installed ghc 6.6.1 (binary distribution), and cabal, happy, alex > (all from darcs, the latest version). Then darcsed 6.10's source. And made. >I got: "templates/GenericTemplate.hs:47:21: parse error on input > `

What a mess....

2008-10-19 Thread Magicloud
Hi, I want to install ghc 6.10. Well I installed ghc 6.6.1 (binary distribution), and cabal, happy, alex (all from darcs, the latest version). Then darcsed 6.10's source. And made. I got: "templates/GenericTemplate.hs:47:21: parse error on input `#'", when "make -C genprimopcode"

Re: Strictness in data declaration not matched in assembler?

2008-10-19 Thread Don Stewart
twhitehead: > On Thursday 16 October 2008 14:34:01 Don Stewart wrote: > > FWIW, I get much nicer code with uvector (which uses type families > > to select monomorphic instances of things, and aggressive inlining, to > > yield much better code in practice). The DPH arrays library uses > > a similar

Re: Strictness in data declaration not matched in assembler?

2008-10-19 Thread Tyson Whitehead
On Thursday 16 October 2008 14:34:01 Don Stewart wrote: > FWIW, I get much nicer code with uvector (which uses type families > to select monomorphic instances of things, and aggressive inlining, to > yield much better code in practice). The DPH arrays library uses > a similar method. Thanks for th

Re: syb changes (Re: base-3 vs base-4 (Was: Breakage with 6.10))

2008-10-19 Thread Ian Lynagh
Hi Pedro, On Mon, Oct 13, 2008 at 02:02:07PM +0200, José Pedro Magalhães wrote: > > I'm attaching patches that add a link to the new wiki from the haddock of > syb (and change the maintainer to [EMAIL PROTECTED]). Applied, thanks! Thanks Ian ___ Gl