From: sof Date: Fri, 14 Aug 1998 12:45:20 +0000 (+0000) Subject: [project @ 1998-08-14 12:45:20 by sof] X-Git-Tag: Approx_2487_patches~377 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5dced8008782b056eb53de3a7cac5c64235faf44;p=ghc-hetmet.git [project @ 1998-08-14 12:45:20 by sof] Explicitly depend on Prelude to force recomps --- 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