[project @ 1999-02-03 16:53:38 by simonm]
[ghc-hetmet.git] / ghc / lib / std / Locale.lhs
index cea6caa..3248c8b 100644 (file)
@@ -1,5 +1,5 @@
 %
-% (c) The GRASP/AQUA Project, Glasgow University, 1995-97
+% (c) The GRASP/AQUA Project, Glasgow University, 1995-99
 %
 \section[Time]{Haskell 1.4 Locale Library}
 
@@ -7,6 +7,8 @@
 \begin{code}
 module Locale(TimeLocale(..), defaultTimeLocale) where
 
+import Prelude  -- so as to force recompilations when reqd.
+
 data TimeLocale = TimeLocale {
         wDays  :: [(String, String)],   -- full and abbreviated week days
         months :: [(String, String)],   -- full and abbreviated months