Re: [Haskell-cafe] Catching up on Time and Directory

2010-11-21 Thread Henning Thielemann
Yitzchak Gale schrieb: * Find every single package depending on old-time and get it to use time instead. Most importantly, base. These old- packages have been deprecated for long enough. Dump them. Once I tried to move from old-time to time. I quickly stop that attempt because the types

Re: [Haskell-cafe] Catching up on Time and Directory

2010-11-16 Thread David Virebayre
2010/11/16 Jon Fairbairn jon.fairba...@cl.cam.ac.uk: I'm probably terribly out of date with this, so I wonder if anyone can save me the bother of working out what the /preferred/ libraries are for (a) determining the last-modified-time of a file or directory and (b) manipulating the

Re: [Haskell-cafe] Catching up on Time and Directory

2010-11-16 Thread Michael Snoyman
On Tue, Nov 16, 2010 at 12:30 PM, Jon Fairbairn jon.fairba...@cl.cam.ac.uk wrote: I'm probably terribly out of date with this, so I wonder if anyone can save me the bother of working out what the /preferred/ libraries are for (a) determining the last-modified-time of a file or directory and

Re: [Haskell-cafe] Catching up on Time and Directory

2010-11-16 Thread Yitzchak Gale
Jon Fairbairn wrote: I'm probably terribly out of date with this, so I wonder if anyone can save me the bother of working out what the /preferred/ libraries are for (a) determining the last-modified-time of a file or directory and (b) manipulating the resulting time datum. I can find

Re: [Haskell-cafe] Catching up on Time and Directory

2010-11-16 Thread Antoine Latter
On Tue, Nov 16, 2010 at 6:42 AM, Michael Snoyman mich...@snoyman.com wrote: On Tue, Nov 16, 2010 at 12:30 PM, Jon Fairbairn jon.fairba...@cl.cam.ac.uk wrote: I'm probably terribly out of date with this, so I wonder if anyone can save me the bother of working out what the /preferred/

Re: [Haskell-cafe] Catching up on Time and Directory

2010-11-16 Thread Michael Snoyman
On Tue, Nov 16, 2010 at 3:00 PM, Antoine Latter aslat...@gmail.com wrote: On Tue, Nov 16, 2010 at 6:42 AM, Michael Snoyman mich...@snoyman.com wrote: On Tue, Nov 16, 2010 at 12:30 PM, Jon Fairbairn jon.fairba...@cl.cam.ac.uk wrote: I'm probably terribly out of date with this, so I wonder if

Re: [Haskell-cafe] Catching up on Time and Directory

2010-11-16 Thread Yitzchak Gale
Michael Snoyman wrote: * Move System.Locale into the time package, bumping version number to 1.3. * Bump old-locale to 1.1 and have it simply re-export System.Locale from time. (Maybe we don't actually need to make that bump, 1.0.1 may be sufficient.) * Bump old-time to 2.0 (make it clear

Re: [Haskell-cafe] Catching up on Time and Directory

2010-11-16 Thread Michael Snoyman
On Tue, Nov 16, 2010 at 3:23 PM, Yitzchak Gale g...@sefer.org wrote: Michael Snoyman wrote: * Move System.Locale into the time package, bumping version number to 1.3. * Bump old-locale to 1.1 and have it simply re-export System.Locale from time. (Maybe we don't actually need to make that bump,

Re: [Haskell-cafe] Catching up on Time and Directory

2010-11-16 Thread Christopher Done
On 16 November 2010 11:30, Jon Fairbairn jon.fairba...@cl.cam.ac.uk wrote: I'm probably terribly out of date with this, so I wonder if anyone can save me the bother of working out what the /preferred/ libraries are for (a) determining the last-modified-time of a file or directory and (b)