packages feed

time-locale-compat 0.1.1.0 → 0.1.1.1

raw patch · 1 files changed

+3/−6 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

time-locale-compat.cabal view
@@ -1,11 +1,8 @@--- Initial time-locale-compat.cabal generated by cabal init.  For further--- documentation, see http://haskell.org/cabal/users-guide/- name:                time-locale-compat-version:             0.1.1.0+version:             0.1.1.1 synopsis:            Compatibility of TimeLocale between old-locale and time-1.5 description:         This package contains wrapped name module for TimeLocale.-homepage:            http://twitter.com/khibino/+homepage:            https://github.com/khibino/haskell-time-locale-compat license:             BSD3 license-file:        LICENSE author:              Kei Hibino@@ -16,7 +13,7 @@ cabal-version:       >=1.10  flag old-locale-  description: If ture, use old-locale, otherwize use time 1.5 or newer.+  description: If true, use old-locale, otherwise use time 1.5 or newer.   default:     True  library