Re: Data.Sequence?

2006-06-01 Thread Simon Marlow
Michael Marte wrote: I installed ghc-6-4-2.msi on Windows. The same behaviour is exposed by ghc 6.4.1 on Debian Linux. Not here! Can you tell me *exactly* how you encounter the problem? The deprecation took place on July 29th last year as is clearly visible from the CVS log, see below. Yo

Re[2]: Data.Sequence?

2006-06-01 Thread Bulat Ziganshin
Hello Michael, Thursday, June 1, 2006, 5:26:33 PM, you wrote: > http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/libraries/base/Data/Queue.hs > Revision 1.5: download - view: text, markup, annotated - select for diffs > Fri Jul 29 17:17:22 2005 UTC (10 months ago) by ross > Branches: MAIN > CVS

Re: Understanding directory structure of ghc installation

2006-06-01 Thread Brian Hulley
Robert Dockins wrote: On Jun 1, 2006, at 6:36 AM, Brian Hulley wrote: Hi - I've just downloaded and installed Edison using Cabal. How did that go for you? You appear to have had some success ;-) I ask because 1.2rc4 has a new build system and I'm interested in your experience. Also, have y

Re: Understanding directory structure of ghc installation

2006-06-01 Thread Robert Dockins
On Jun 1, 2006, at 6:36 AM, Brian Hulley wrote: Hi - I've just downloaded and installed Edison using Cabal. How did that go for you? You appear to have had some success ;-) I ask because 1.2rc4 has a new build system and I'm interested in your experience. Also, have you tried running t

Re: Data.Sequence?

2006-06-01 Thread Michael Marte
Simon, Simon Marlow wrote: Ross Paterson wrote: On Wed, May 31, 2006 at 12:20:02PM +0200, Michael Marte wrote: when importing Data.Queue in 6.4.2, I am told that it is deprecated and that I should use Data.Sequence instead. However, Data.Sequence is not part of the base package - it is ther

Re: Understanding directory structure of ghc installation

2006-06-01 Thread Simon Marlow
Brian Hulley wrote: Hi - I've just downloaded and installed Edison using Cabal. However I now see that Edison seems to have been already installed with the ghc 6.4.2 installation, even though there's no mention of Edison in /doc/html/libraries/index.html, because there are old Edison .hi files

Re: Data.Sequence?

2006-06-01 Thread Simon Marlow
Ross Paterson wrote: On Wed, May 31, 2006 at 12:20:02PM +0200, Michael Marte wrote: when importing Data.Queue in 6.4.2, I am told that it is deprecated and that I should use Data.Sequence instead. However, Data.Sequence is not part of the base package - it is there but it is missing from the

Understanding directory structure of ghc installation

2006-06-01 Thread Brian Hulley
Hi - I've just downloaded and installed Edison using Cabal. However I now see that Edison seems to have been already installed with the ghc 6.4.2 installation, even though there's no mention of Edison in /doc/html/libraries/index.html, because there are old Edison .hi files in ghc-6.4.2/hsl

Re: Data.Sequence?

2006-06-01 Thread Brian Hulley
Ross Paterson wrote: On Wed, May 31, 2006 at 12:20:02PM +0200, Michael Marte wrote: when importing Data.Queue in 6.4.2, I am told that it is deprecated and that I should use Data.Sequence instead. However, Data.Sequence is not part of the base package - it is there but it is missing from the pac