[commit: packages/time] format-widths, master, tasty: rename some modules (0dff8b1)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:19:44 UTC 2017
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,master,tasty
Link : http://git.haskell.org/packages/time.git/commitdiff/0dff8b19afec77f1db9596124a6bbea191243a86
>---------------------------------------------------------------
commit 0dff8b19afec77f1db9596124a6bbea191243a86
Author: Ashley Yakeley <ashley at yakeley.org>
Date: Sun Dec 18 19:27:40 2016 -0800
rename some modules
>---------------------------------------------------------------
0dff8b19afec77f1db9596124a6bbea191243a86
lib/Data/Time/Clock.hs | 6 +-
lib/Data/Time/Clock/{Scale.hs => DiffTime.hs} | 26 +------
lib/Data/Time/Clock/GetTime.hs | 2 +-
lib/Data/Time/Clock/{UTC.hs => NominalDiffTime.hs} | 45 +-----------
lib/Data/Time/Clock/Raw.hs | 2 +-
lib/Data/Time/Clock/UTC.hs | 81 +---------------------
lib/Data/Time/Clock/UniversalTime.hs | 23 ++++++
lib/Data/Time/Format.hs | 2 +-
lib/Data/Time/Format/Parse.hs | 2 +-
lib/Data/Time/LocalTime/LocalTime.hs | 3 +-
lib/Data/Time/LocalTime/TimeOfDay.hs | 2 +-
time.cabal | 4 +-
12 files changed, 42 insertions(+), 156 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 0dff8b19afec77f1db9596124a6bbea191243a86
More information about the ghc-commits
mailing list