[project @ 1998-08-14 12:45:20 by sof]
authorsof <unknown>
Fri, 14 Aug 1998 12:45:20 +0000 (12:45 +0000)
committersof <unknown>
Fri, 14 Aug 1998 12:45:20 +0000 (12:45 +0000)
Explicitly depend on Prelude to force recomps

ghc/lib/std/Locale.lhs

index cea6caa..c76ee9f 100644 (file)
@@ -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