X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FLocale.hs;h=3dde0f4a132843474b492ea2f56d9d0881118e58;hb=27e10d6cb4ae6798ad78662db809f675ba0e1208;hp=582d288c5c7342ccc6030246379a30f4b9b2a766;hpb=dbe5ad2718b2133d8c4205589905cf14acd73dcf;p=haskell-directory.git diff --git a/System/Locale.hs b/System/Locale.hs index 582d288..3dde0f4 100644 --- a/System/Locale.hs +++ b/System/Locale.hs @@ -8,16 +8,14 @@ -- Stability : provisional -- Portability : portable -- --- Operations for defining locale-specific date and time formats. +-- This module provides the ability to adapt to local conventions. +-- At present, it supports only time and date information as used by +-- 'System.Time.calendarTimeToString' from the "System.Time" module. -- ----------------------------------------------------------------------------- module System.Locale ( - -- |The 'Locale' library provides the ability to adapt to local conventions. - -- At present, it supports only time and date information as used by - -- 'calendarTimeToString' from the "System.Time" library. - TimeLocale(..) , defaultTimeLocale