Repository : ssh://darcs.haskell.org//srv/darcs/packages/old-locale On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9f4b00d4ef5b37adffa01742a09b6f9ad2df1a09 >--------------------------------------------------------------- commit 9f4b00d4ef5b37adffa01742a09b6f9ad2df1a09 Author: David Terei <[email protected]> Date: Wed Feb 8 10:43:13 2012 -0800 Don't claim old-locale is deprecated. (#5845) >--------------------------------------------------------------- old-locale.cabal | 20 ++++++++++---------- prologue.txt | 2 -- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/old-locale.cabal b/old-locale.cabal index 1de62b4..053e195 100644 --- a/old-locale.cabal +++ b/old-locale.cabal @@ -1,14 +1,14 @@ -name: old-locale -version: 1.0.0.4 -license: BSD3 -license-file: LICENSE -maintainer: [email protected] -bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29 -synopsis: locale library -category: System +name: old-locale +version: 1.0.0.4 +license: BSD3 +license-file: LICENSE +maintainer: [email protected] +bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29 +synopsis: locale library +category: System description: - This package provides the old locale library. - For new code, the new locale library is recommended. + This package provides the ability to adapt to + locale conventions such as date and time formats. build-type: Simple Cabal-Version: >= 1.6 diff --git a/prologue.txt b/prologue.txt deleted file mode 100644 index 6b762c8..0000000 --- a/prologue.txt +++ /dev/null @@ -1,2 +0,0 @@ -This package provides the old locale library. -For new code, the new locale library is recommended. _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
