RE: three dots of :browse

2010-04-26 Thread Simon Peyton-Jones
| Again, my question is: suppose the following code is given: | | module Test (R(..)) where | data R = R { x :: Char, y :: Int, z :: Float } | | and ":browse" of GHC 6.12 displays: | | data R = R {x :: Char, y :: Int, z :: Float} | data R = R {x :: Char, ...} | data R = R {..., y :: Int, ...} |

Re: three dots of :browse

2010-04-26 Thread 山本和彦
> | data R = R {x :: Char, y :: Int, z :: Float} > | data R = R {x :: Char, ...} > | data R = R {..., y :: Int, ...} > | data R = R {..., z :: Float} > | > | which cannot be parsed. > > That's a bug, plain and simple. I know why it happens, too, though > I will not bore you with the details. I'

RE: [Haskell-cafe] London HUG domain expired

2010-04-26 Thread Bayley, Alistair
> From: sefer@gmail.com [mailto:sefer@gmail.com] On > Behalf Of Yitzchak Gale > > On Fri, Apr 23, 2010 at 1:24 PM, Bayley, Alistair wrote: > > Looks like the London HUG domain (londonhug.net) registration has > > expired. Neil Bartlett was the registrant. > > Neil: do you plan to renew? >

Getting a GHC repository got easier: new instructions

2010-04-26 Thread Simon Marlow
Our GHC repositories on darcs.haskell.org have now been upgraded to "hashed" format, with some nice consequences: - Using --lazy, getting a GHC repo over the network only takes a few minutes - No need to download tarballs any more - No complicated instructions about how to avoid case-ins

Re: Getting a GHC repository got easier: new instructions

2010-04-26 Thread Max Bolingbroke
On 26 April 2010 13:42, Simon Marlow wrote: > comments welcome! This is great news. However, I had some problems: 1) darcs-all does not add --lazy by default, which contradicts the wiki: """ $ ./darcs-all --testsuite get warning: adding --partial, to override use --complete warning: . already

Re: Getting a GHC repository got easier: new instructions

2010-04-26 Thread Simon Marlow
On 26/04/2010 15:31, Max Bolingbroke wrote: On 26 April 2010 13:42, Simon Marlow wrote: comments welcome! This is great news. However, I had some problems: 1) darcs-all does not add --lazy by default, which contradicts the wiki: """ $ ./darcs-all --testsuite get warning: adding --partial,

Re: ANNOUNCE: GHC version 6.12.2

2010-04-26 Thread Jens Petersen
On 22 April 2010 10:19, Ian Lynagh wrote: > Release notes are here: >  http://haskell.org/ghc/docs/6.12.1/html/users_guide/release-6-12-2.html No mention of it, but is utf8-string now only an internal library? Jens ___ Glasgow-haskell-users mailing lis