cvs commit: hugs98/lib Time.hs

Sigbjorn Finne sof@glass.cse.ogi.edu
Sat, 23 Jun 2001 14:51:43 -0700


sof         2001/06/23 14:51:43 PDT

  Added files:
    lib                  Time.hs 
  Log:
  Hugs98 implementation of Time. 
  
  The implementation is broken since it sits on top of libc & its 
  myopic view of time as being (UNIX Epoch) +/- ~68 years. i.e,. it
  follows in the footstep of what was done on the GHC side. Can do
  better though, but this implementation will have to do for now.
  
  Regression tests to follow soon.