X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FLocale.hs;h=556e1748a1c5632fc653838e0790ecbaa15aaf9d;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=cc5a34e8bfff1b789b8ec6b81cf303244edd57f8;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=ghc-base.git diff --git a/System/Locale.hs b/System/Locale.hs index cc5a34e..556e174 100644 --- a/System/Locale.hs +++ b/System/Locale.hs @@ -1,15 +1,13 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.Locale -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : provisional -- Portability : portable -- --- $Id: Locale.hs,v 1.1 2001/06/28 14:15:04 simonmar Exp $ --- -- Operations for defining locale-specific date and time formats. -- -----------------------------------------------------------------------------