[project @ 2003-08-30 23:01:48 by ross]
[haskell-directory.git] / System / Locale.hs
index 582d288..3dde0f4 100644 (file)
@@ -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