From 5dced8008782b056eb53de3a7cac5c64235faf44 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 14 Aug 1998 12:45:20 +0000 Subject: [PATCH] [project @ 1998-08-14 12:45:20 by sof] Explicitly depend on Prelude to force recomps --- ghc/lib/std/Locale.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/lib/std/Locale.lhs b/ghc/lib/std/Locale.lhs index cea6caa..c76ee9f 100644 --- a/ghc/lib/std/Locale.lhs +++ b/ghc/lib/std/Locale.lhs @@ -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 -- 1.7.10.4