[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: add missing file (70544be)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:46:00 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/70544be1f29f912a032c1ba364b343d621faaa03

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

commit 70544be1f29f912a032c1ba364b343d621faaa03
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Mon Aug 8 01:44:55 2005 -0700

    add missing file
    
    darcs-hash:20050808084455-ac6dd-f30c61c5f69f22ce1764c10640dec0e564a68d01


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

70544be1f29f912a032c1ba364b343d621faaa03
 Data/Time/LocalTime.hs | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Data/Time/LocalTime.hs b/Data/Time/LocalTime.hs
new file mode 100644
index 0000000..553a409
--- /dev/null
+++ b/Data/Time/LocalTime.hs
@@ -0,0 +1,14 @@
+{-# OPTIONS -Wall -Werror #-}
+
+module Data.Time.LocalTime
+(
+	module Data.Time.LocalTime.TimeZone,
+	module Data.Time.LocalTime.TimeOfDay,
+	module Data.Time.LocalTime.LocalTime,
+	module Data.Time.LocalTime.Format
+) where
+
+import Data.Time.LocalTime.TimeZone
+import Data.Time.LocalTime.TimeOfDay
+import Data.Time.LocalTime.LocalTime
+import Data.Time.LocalTime.Format



More information about the ghc-commits mailing list