[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: separate tests into dir, new ISOWeek and YearDay modules, pull Format code into module, new ConvertBack test (ffc5046)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:44:24 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/ffc504663a608ba94a8242b505f39a9ba7e2eff5

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

commit ffc504663a608ba94a8242b505f39a9ba7e2eff5
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Sat May 7 18:39:22 2005 -0700

    separate tests into dir, new ISOWeek and YearDay modules, pull Format code into module, new ConvertBack test
    
    darcs-hash:20050508013922-ac6dd-3a0e7a0e7248b710906427343fe829c0085ca815


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

ffc504663a608ba94a8242b505f39a9ba7e2eff5
 Makefile                                    |  66 ++++++---------
 System/Time/Calendar.hs                     |  10 ++-
 System/Time/Calendar/Calendar.hs            |  22 +----
 System/Time/Calendar/Format.hs              | 119 ++++++++++++++++++++++++++++
 System/Time/Calendar/Gregorian.hs           |  70 +---------------
 System/Time/Calendar/ISOWeek.hs             |  36 +++++++++
 System/Time/Calendar/Private.hs             |   6 ++
 System/Time/Calendar/TimeOfDay.hs           |  19 -----
 System/Time/Calendar/Timezone.hs            |   7 +-
 System/Time/Calendar/YearDay.hs             |  36 +++++++++
 TimeLib.cabal                               |   2 +-
 test/ConvertBack.hs                         |  20 +++++
 CurrentTime.hs => test/CurrentTime.hs       |   0
 test/Makefile                               |  59 ++++++++++++++
 ShowDST.hs => test/ShowDST.hs               |   0
 TestFixed.hs => test/TestFixed.hs           |   0
 TestFixed.ref => test/TestFixed.ref         |   0
 TestFormat.hs => test/TestFormat.hs         |  47 ++++++++---
 TestFormatStuff.c => test/TestFormatStuff.c |   0
 TestFormatStuff.h => test/TestFormatStuff.h |   0
 TestTime.hs => test/TestTime.hs             |   0
 TestTime.ref => test/TestTime.ref           |   0
 TimeZone.hs => test/TimeZone.hs             |   0
 23 files changed, 352 insertions(+), 167 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 ffc504663a608ba94a8242b505f39a9ba7e2eff5


More information about the ghc-commits mailing list