packages feed

time-locale-compat 0.1.1.2 → 0.1.1.3

raw patch · 1 files changed

+5/−4 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

time-locale-compat.cabal view
@@ -1,5 +1,5 @@ name:                time-locale-compat-version:             0.1.1.2+version:             0.1.1.3 synopsis:            Compatibility of TimeLocale between old-locale and time-1.5 description:         This package contains wrapped name module for TimeLocale. homepage:            https://github.com/khibino/haskell-time-locale-compat@@ -11,10 +11,11 @@ category:            System build-type:          Simple cabal-version:       >=1.10-tested-with:           GHC == 7.4.1, GHC == 7.4.2-                     , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3+tested-with:           GHC == 8.0.1+                     , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3                      , GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4-                     , GHC == 8.0.1+                     , GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3+                     , GHC == 7.4.1, GHC == 7.4.2  flag old-locale   description: If true, use old-locale, otherwise use time 1.5 or newer.