Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
5dced800
Commit
5dced800
authored
Aug 14, 1998
by
sof
Browse files
[project @ 1998-08-14 12:45:20 by sof]
Explicitly depend on Prelude to force recomps
parent
707a0d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/Locale.lhs
View file @
5dced800
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment