diff options
author | simonmar <unknown> | 2003-11-26 09:55:26 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-11-26 09:55:26 +0000 |
commit | 6721ead499d2b0e6e1648aa3d785150d6f6f8ab0 (patch) | |
tree | a20e918a7bd4bc6dfd96635979e1499cd0d9dab1 /libraries/base/System/Locale.hs | |
parent | 60d0e4a8d267e30a75c8acc2b7106233e997a899 (diff) | |
download | haskell-6721ead499d2b0e6e1648aa3d785150d6f6f8ab0.tar.gz |
[project @ 2003-11-26 09:55:22 by simonmar]
Declare some libraries to be "stable".
Diffstat (limited to 'libraries/base/System/Locale.hs')
-rw-r--r-- | libraries/base/System/Locale.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/System/Locale.hs b/libraries/base/System/Locale.hs index 3dde0f4a13..f2b21b7377 100644 --- a/libraries/base/System/Locale.hs +++ b/libraries/base/System/Locale.hs @@ -5,7 +5,7 @@ -- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org --- Stability : provisional +-- Stability : stable -- Portability : portable -- -- This module provides the ability to adapt to local conventions. |