From 32fb42c11dafb4908b1f43e456a9033c9d226376 Mon Sep 17 00:00:00 2001
From: Simon Peyton Jones <simonpj@microsoft.com>
Date: Tue, 10 Dec 2002 11:48:58 +0000
Subject: [PATCH] Add ctSec to the export list for Time

---
 report/lib-code/Time.hs | 3 ++-
 report/lib-hdrs/Time.hs | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/report/lib-code/Time.hs b/report/lib-code/Time.hs
index 93f0c56..073d727 100644
--- a/report/lib-code/Time.hs
+++ b/report/lib-code/Time.hs
@@ -4,7 +4,8 @@ module Time (
               July,August,September,October,November,December),
         Day(Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday),
 	CalendarTime(CalendarTime, ctYear, ctMonth, ctDay, ctHour, ctMin,
-		     ctPicosec, ctWDay, ctYDay, ctTZName, ctTZ, ctIsDST),
+		     ctSec, ctPicosec, ctWDay, ctYDay, 
+                     ctTZName, ctTZ, ctIsDST),
 	TimeDiff(TimeDiff, tdYear, tdMonth, tdDay, 
 		 tdHour, tdMin, tdSec, tdPicosec),
         getClockTime, addToClockTime, diffClockTimes,
diff --git a/report/lib-hdrs/Time.hs b/report/lib-hdrs/Time.hs
index 971c0a3..6f5eddd 100644
--- a/report/lib-hdrs/Time.hs
+++ b/report/lib-hdrs/Time.hs
@@ -4,7 +4,8 @@ module Time (
 	      July,August,September,October,November,December),
 	Day(Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday),
 	CalendarTime(CalendarTime, ctYear, ctMonth, ctDay, ctHour, ctMin,
-		     ctPicosec, ctWDay, ctYDay, ctTZName, ctTZ, ctIsDST),
+		     ctSec, ctPicosec, ctWDay, ctYDay, 
+                     ctTZName, ctTZ, ctIsDST),
 	TimeDiff(TimeDiff, tdYear, tdMonth, tdDay, tdHour,
 		 tdMin, tdSec, tdPicosec),
 	getClockTime, addToClockTime, diffClockTimes,
-- 
GitLab