[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: split up System.Time.Clock (462818f)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:08:38 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/462818f7aa1ffca64aa0d4346979e2fb52f48f0d

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

commit 462818f7aa1ffca64aa0d4346979e2fb52f48f0d
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Sun Jul 3 17:15:58 2005 -0700

    split up System.Time.Clock
    
    darcs-hash:20050704001558-ac6dd-53cb216f3d097415d6d85bffe4e23cadc8266435


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

462818f7aa1ffca64aa0d4346979e2fb52f48f0d
 Makefile                               |  21 +++-
 System/Time/Calendar/Format.hs         |   1 +
 System/Time/Calendar/Timezone.hs       |   1 +
 System/Time/Clock.hs                   | 200 ++-------------------------------
 System/Time/Clock/POSIX.hs             |  11 ++
 System/Time/Clock/Scale.hs             |  57 ++++++++++
 System/Time/{Clock.hs => Clock/UTC.hs} |  97 +---------------
 TimeLib.xcode/project.pbxproj          |  79 +++++++++++++
 test/TestFormat.hs                     |   4 +-
 9 files changed, 182 insertions(+), 289 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 462818f7aa1ffca64aa0d4346979e2fb52f48f0d


More information about the ghc-commits mailing list