
Simon, I am sorry, I mixed things up. Everything works fine. To find the source for Data.Sequence, I looked up the CVS repository and, I guess, there I saw that Data.Queue is deprecated on the HEAD. My underlying assumption obviously was that CVS was replaced by Darcs before starting development for 6.5. Michael Simon Marlow wrote:
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.
You're looking at the HEAD, the 6.4 releases are taken from the ghc-6-4-branch. Our latest sources are in a darcs repository.
Data.Sequence is in the CVS repository
again, in HEAD only, not 6.4 branch
and there is a file Sequence.hi in hslibs-imports/data in my installation.
That Sequence module is part of Edison, in the (old) package data. Also, it is called "Sequence", as opposed to "Data.Sequence", which is in 6.5.
Cheers, Simon