projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
707a0d5
)
[project @ 1998-08-14 12:45:20 by sof]
author
sof
<unknown>
Fri, 14 Aug 1998 12:45:20 +0000
(12:45 +0000)
committer
sof
<unknown>
Fri, 14 Aug 1998 12:45:20 +0000
(12:45 +0000)
Explicitly depend on Prelude to force recomps
ghc/lib/std/Locale.lhs
patch
|
blob
|
history
diff --git
a/ghc/lib/std/Locale.lhs
b/ghc/lib/std/Locale.lhs
index
cea6caa
..
c76ee9f
100644
(file)
--- 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