[commit: packages/time] master: generalise calendar type, split Calendar module (78c7468)

git at git.haskell.org git at git.haskell.org
Sun Dec 20 07:46:29 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/time.git/commitdiff/78c7468a65657014621c6a1e8b2e0d38750c62db

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

commit 78c7468a65657014621c6a1e8b2e0d38750c62db
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Thu Apr 28 23:15:53 2005 -0700

    generalise calendar type, split Calendar module
    
    darcs-hash:20050429061553-ac6dd-1248b0405e1e0913b6bbf3c9abafeca5ef95f31d


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

78c7468a65657014621c6a1e8b2e0d38750c62db
 CurrentTime.hs                    |   4 +-
 Makefile                          |  33 +++++-
 ShowDST.hs                        |   4 +-
 System/Time/Calendar.hs           | 222 ++------------------------------------
 System/Time/Calendar/Calendar.hs  |  64 +++++++++++
 System/Time/Calendar/Gregorian.hs |  61 +++++++++++
 System/Time/Calendar/Private.hs   |  17 +++
 System/Time/Calendar/TimeOfDay.hs |  69 ++++++++++++
 System/Time/Calendar/Timezone.hs  |  54 ++++++++++
 TestTime.hs                       |  22 ++--
 TimeLib.cabal                     |   3 +-
 11 files changed, 320 insertions(+), 233 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 78c7468a65657014621c6a1e8b2e0d38750c62db


More information about the ghc-commits mailing list