[project @ 1998-01-22 11:07:36 by sof]
[ghc-hetmet.git] / ghc / lib / required / Time.lhs
index 30fe9ac..1866a17 100644 (file)
@@ -13,15 +13,21 @@ its use of Coordinated Universal Time (UTC).
 
 module Time 
        (
-       CalendarTime(..),
         Month,
        Day,
         CalendarTime(CalendarTime),
         TimeDiff(TimeDiff),
        ClockTime(..), -- non-standard, lib. report gives this as abstract
-       getClockTime, addToClockTime, diffClockTimes,
-       toCalendarTime, toUTCTime, toClockTime,
-        calendarTimeToString, formatCalendarTime
+
+       getClockTime, 
+       addToClockTime, 
+       diffClockTimes,
+
+       toCalendarTime, 
+       toUTCTime, 
+       toClockTime,
+        calendarTimeToString, 
+       formatCalendarTime
        ) where
 
 import PrelBase