[commit: packages/time] master: Improve documentation of wdays in TimeLocale (9366adb)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 23:02:44 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/9366adb2d12ff3ad4be7a40a160e231b5c650af7
>---------------------------------------------------------------
commit 9366adb2d12ff3ad4be7a40a160e231b5c650af7
Author: Lubomír Sedlář <lubomir.sedlar at gmail.com>
Date: Sat Dec 13 14:46:50 2014 +0100
Improve documentation of wdays in TimeLocale
>---------------------------------------------------------------
9366adb2d12ff3ad4be7a40a160e231b5c650af7
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 2ce510f..80ead81 100644
--- a/lib/Data/Time/Format/Locale.hs
+++ b/lib/Data/Time/Format/Locale.hs
@@ -14,7 +14,7 @@ where
import Data.Time.LocalTime
data TimeLocale = TimeLocale {
- -- |full and abbreviated week days
+ -- |full and abbreviated week days, starting with Sunday
wDays :: [(String, String)],
-- |full and abbreviated months
months :: [(String, String)],
More information about the ghc-commits
mailing list