[project @ 2003-11-26 09:55:22 by simonmar]
[ghc-base.git] / System / Locale.hs
index 582d288..f2b21b7 100644 (file)
@@ -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