Data.Sequence?

Simon Marlow simonmarhaskell at gmail.com
Thu Jun 1 08:01:46 EDT 2006


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 
>>package.conf file.
> 
> 
> Data.Queue ought not to be deprecated in 6.4, as Data.Sequence won't
> be available until the next major release.

Michael, there appears to be something strange about your GHC 
installation.  In 6.4.2, Data.Queue is not deprecated, and the 
Data.Sequence library is not present at all.

Cheers,
	Simon


More information about the Glasgow-haskell-users mailing list