[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: export addUTCTime and diffUTCTime (3dfb0c3)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:43:13 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,ghc,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link       : http://git.haskell.org/packages/time.git/commitdiff/3dfb0c35e8d9936bfab73a57a07bd1fcf5a70d04

>---------------------------------------------------------------

commit 3dfb0c35e8d9936bfab73a57a07bd1fcf5a70d04
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Wed Feb 23 02:35:17 2005 -0800

    export addUTCTime and diffUTCTime
    
    darcs-hash:20050223103517-ac6dd-7c644aba8ebbe04a96df851aef01d33e1692adfc


>---------------------------------------------------------------

3dfb0c35e8d9936bfab73a57a07bd1fcf5a70d04
 System/Time/Clock.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/System/Time/Clock.hs b/System/Time/Clock.hs
index 628a627..9f59a8c 100644
--- a/System/Time/Clock.hs
+++ b/System/Time/Clock.hs
@@ -10,6 +10,7 @@ module System.Time.Clock
 
 	-- UTC arithmetic
 	UTCTime(..),UTCDiffTime,utcTimeToUTCSeconds,utcSecondsToUTCTime,
+	addUTCTime,diffUTCTime,
 
 	-- getting the current UTC time
 	getCurrentTime



More information about the ghc-commits mailing list