[commit: packages/time] master: doc quote cleanup (2a14cb0)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 23:02:16 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/2a14cb05a1685d6f8ddc3725f811cbfd48a34915
>---------------------------------------------------------------
commit 2a14cb05a1685d6f8ddc3725f811cbfd48a34915
Author: Ashley Yakeley <ashley at yakeley.org>
Date: Sun Sep 7 20:26:16 2014 -0700
doc quote cleanup
>---------------------------------------------------------------
2a14cb05a1685d6f8ddc3725f811cbfd48a34915
lib/Data/Time/Format/Locale.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Data/Time/Format/Locale.hs b/lib/Data/Time/Format/Locale.hs
index ce0598a..2ce510f 100644
--- a/lib/Data/Time/Format/Locale.hs
+++ b/lib/Data/Time/Format/Locale.hs
@@ -30,7 +30,7 @@ data TimeLocale = TimeLocale {
-- | Locale representing American usage.
--
-- 'knownTimeZones' contains only the ten time-zones mentioned in RFC 822 sec. 5:
--- "UT", "GMT", "EST", "EDT", "CST", "CDT", "MST", "MDT", "PST", "PDT".
+-- \"UT\", \"GMT\", \"EST\", \"EDT\", \"CST\", \"CDT\", \"MST\", \"MDT\", \"PST\", \"PDT\".
-- Note that the parsing functions will regardless parse single-letter military time-zones and +HHMM format.
defaultTimeLocale :: TimeLocale
defaultTimeLocale = TimeLocale {
More information about the ghc-commits
mailing list