Re: [Haskell-cafe] getDirectoryContents and sort order

2011-01-25 Thread Sönke Hahn
John Lask wrote: > I have noticed that on my windows box and ghc 6.12.3 I get the return > list for System.Direcotry.getDirectoryContents in reverse sorted order. > This is a change from previous observed behavior and I would consider it > a bug. I would like to verify that it is not just me. I t

[Haskell-cafe] getDirectoryContents and sort order

2011-01-24 Thread John Lask
I have noticed that on my windows box and ghc 6.12.3 I get the return list for System.Direcotry.getDirectoryContents in reverse sorted order. This is a change from previous observed behavior and I would consider it a bug. I would like to verify that it is not just me. _