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

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:09:41 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/e3f3a0377025ebf746274e31f0651138350fa6d1

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

commit e3f3a0377025ebf746274e31f0651138350fa6d1
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Mon Aug 8 01:45:48 2005 -0700

    add missing file
    
    darcs-hash:20050808084548-ac6dd-ed5644c971cd295aeb8602214cacbe198fc0e4e8


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

e3f3a0377025ebf746274e31f0651138350fa6d1
 Data/Time.hs | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/Data/Time.hs b/Data/Time.hs
new file mode 100644
index 0000000..65926cd
--- /dev/null
+++ b/Data/Time.hs
@@ -0,0 +1,12 @@
+{-# OPTIONS -Wall -Werror #-}
+
+module Data.Time
+(
+	module Data.Time.Calendar,
+	module Data.Time.Clock,
+	module Data.Time.LocalTime
+) where
+
+import Data.Time.Calendar
+import Data.Time.Clock
+import Data.Time.LocalTime



More information about the ghc-commits mailing list