[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: fix exposed/hidden module lists in cabal file (53e4437)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:08:48 UTC 2017


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

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

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

commit 53e4437d8a8d6ae470579eb4282a0384f4f6d381
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Thu Jul 7 01:37:32 2005 -0700

    fix exposed/hidden module lists in cabal file
    
    darcs-hash:20050707083732-ac6dd-992773e72a12d14203e5decdb323b0e88219f2a2


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

53e4437d8a8d6ae470579eb4282a0384f4f6d381
 TimeLib.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TimeLib.cabal b/TimeLib.cabal
index 06ce2d7..903907c 100644
--- a/TimeLib.cabal
+++ b/TimeLib.cabal
@@ -9,7 +9,7 @@ Homepage:
 Category:
 Build-Depends:	base
 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
+Exposed-modules:	Data.Fixed, System.Time.Clock, System.Time.TAI,  System.Time.Calendar
 Extensions:	ForeignFunctionInterface
 C-Sources:	timestuff.c
-Other-modules:	System.Time.Calendar.Private, System.Time.Clock.Scale, System.Time.Clock.UTC, System.Time.Clock.POSIX, System.Time.Clock.Current
+Other-modules:	System.Time.Clock.Scale, System.Time.Clock.UTC, System.Time.Clock.POSIX, System.Time.Clock.Current, System.Time.Calendar.Private, 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.YearDay



More information about the ghc-commits mailing list