Re: [Haskell-cafe] Calendar Dates before the epoch

2007-02-14 Thread jim burton
Bjorn Bringert-2 wrote: Use the time package (Data.Time.*). time-1.0 is in GHC 6.6 extralibs, and available from Hackage (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/time-1.0) and the development version lives at http://darcs.haskell.org/packages/time/ Thanks

[Haskell-cafe] Calendar Dates before the epoch

2007-02-13 Thread jim burton
It seems that CalendarTime is for dates since the epoch...what do I use to handle dates before that? Sorry if this is an FAQ, I looked on the wiki and tried to find MissingH since I thought it might be in there, but don't know where to find it. I also found this from 2003 -

Re: [Haskell-cafe] Calendar Dates before the epoch

2007-02-13 Thread Björn Bringert
jim burton wrote: It seems that CalendarTime is for dates since the epoch...what do I use to handle dates before that? Sorry if this is an FAQ, I looked on the wiki and tried to find MissingH since I thought it might be in there, but don't know where to find it. I also found this from 2003 -