diff options
Diffstat (limited to 'ghc/lib/std/Time.lhs')
-rw-r--r-- | ghc/lib/std/Time.lhs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ghc/lib/std/Time.lhs b/ghc/lib/std/Time.lhs index 6d2ade908e..3a1a76300b 100644 --- a/ghc/lib/std/Time.lhs +++ b/ghc/lib/std/Time.lhs @@ -1,6 +1,9 @@ -e% -% (c) The GRASP/AQUA Project, Glasgow University, 1995-99 +% ------------------------------------------------------------------------------ +% $Id: Time.lhs,v 1.22 2000/06/30 13:39:36 simonmar Exp $ % +% (c) The University of Glasgow, 1995-2000 +% + \section[Time]{Haskell 1.4 Time of Day Library} The {\em Time} library provides standard functionality for |