[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: fix cabal file private mods (1a29bf0)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:45:05 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/1a29bf0d401182730710d0f13d3985980b2a7012

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

commit 1a29bf0d401182730710d0f13d3985980b2a7012
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Mon Jul 4 16:25:13 2005 -0700

    fix cabal file private mods
    
    darcs-hash:20050704232513-ac6dd-b41a00c8152f74b5551fa51fb7eeb3c19b405783


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

1a29bf0d401182730710d0f13d3985980b2a7012
 TimeLib.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TimeLib.cabal b/TimeLib.cabal
index c4b6a45..06ce2d7 100644
--- a/TimeLib.cabal
+++ b/TimeLib.cabal
@@ -12,4 +12,4 @@ Synopsis:	a new time library
 Exposed-modules:	Data.Fixed, System.Time.Clock, System.Time.TAI, System.Time.Calendar.Timezone, System.Time.Calendar.TimeOfDay, System.Time.Calendar.Calendar, System.Time.Calendar.Gregorian, System.Time.Calendar.ISOWeek, System.Time.Calendar.Format, System.Time.Calendar
 Extensions:	ForeignFunctionInterface
 C-Sources:	timestuff.c
-Other-modules:	System.Time.Calendar.Private
+Other-modules:	System.Time.Calendar.Private, System.Time.Clock.Scale, System.Time.Clock.UTC, System.Time.Clock.POSIX, System.Time.Clock.Current



More information about the ghc-commits mailing list