X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FLocale.hs;h=f2b21b7377ae58f32a6fde2c914f199740a2db68;hb=6b1a36a595eddf1e124529646afdb75c76a9966d;hp=582d288c5c7342ccc6030246379a30f4b9b2a766;hpb=69e0b590ee4ff73b611fb18a49f0abbb904de6cc;p=haskell-directory.git diff --git a/System/Locale.hs b/System/Locale.hs index 582d288..f2b21b7 100644 --- a/System/Locale.hs +++ b/System/Locale.hs @@ -5,19 +5,17 @@ -- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org --- Stability : provisional +-- Stability : stable -- 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