packages feed

time-locale-compat 0.1.1.1 → 0.1.1.2

raw patch · 1 files changed

+6/−2 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.1+version:             0.1.1.2 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@@ -7,10 +7,14 @@ license-file:        LICENSE author:              Kei Hibino maintainer:          ex8k.hibino@gmail.com-copyright:           Copyright (c) 2014 Kei Hibino+copyright:           Copyright (c) 2014-2016 Kei Hibino 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+                     , GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4+                     , GHC == 8.0.1  flag old-locale   description: If true, use old-locale, otherwise use time 1.5 or newer.