packages feed

old-locale 1.0.0.1 → 1.0.0.2

raw patch · 2 files changed

+13/−5 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

System/Locale.hs view
@@ -79,7 +79,7 @@ iso8601DateFormat mTimeFmt =     "%Y-%m-%d" ++ case mTimeFmt of              Nothing  -> "" -             Just fmt -> ' ' : fmt+             Just fmt -> 'T' : fmt   rfc822DateFormat :: String
old-locale.cabal view
@@ -1,15 +1,23 @@ name:		old-locale-version:	1.0.0.1+version:	1.0.0.2 license:	BSD3 license-file:	LICENSE maintainer:	libraries@haskell.org+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. build-type: Simple-exposed-modules:-	System.Locale-build-depends: base+Cabal-Version: >= 1.6++Library+    exposed-modules:+        System.Locale+    build-depends: base >= 3 && < 5++source-repository head+    type:     darcs+    location: http://darcs.haskell.org/packages/old-locale/