cvs commit: fptools/ghc/lib/std Time.hsc

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 6 Nov 2001 03:11:07 -0800


simonmar    2001/11/06 03:11:07 PST

  Modified files:
    ghc/lib/std          Time.hsc 
  Log:
  - Make the psecs field of a ClockTime measure picoseconds rather than
    nanoseconds.
  
  - toClockTime was throwing away the picoseconds field of the input
    CalendarTime: fix this.
  
  Revision  Changes    Path
  1.22      +4 -4      fptools/ghc/lib/std/Time.hsc