packages feed

time-locale-compat 0.1.1.3 → 0.1.1.4

raw patch · 2 files changed

+8/−6 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Data/Time/Locale/Compat.hs view
@@ -2,7 +2,7 @@  -- | -- Module      : Data.Time.Locale.Compat--- Copyright   : 2014 Kei Hibino+-- Copyright   : 2014-2018 Kei Hibino -- License     : BSD3 -- -- Maintainer  : ex8k.hibino@gmail.com
time-locale-compat.cabal view
@@ -1,17 +1,19 @@ name:                time-locale-compat-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.+version:             0.1.1.4+synopsis:            Compatibile module for time-format locale+description:         This package contains wrapped name module for time-format locale between old-locale and time-1.5. homepage:            https://github.com/khibino/haskell-time-locale-compat license:             BSD3 license-file:        LICENSE author:              Kei Hibino maintainer:          ex8k.hibino@gmail.com-copyright:           Copyright (c) 2014-2016 Kei Hibino+copyright:           Copyright (c) 2014-2018 Kei Hibino category:            System build-type:          Simple cabal-version:       >=1.10-tested-with:           GHC == 8.0.1+tested-with:           GHC == 8.4.1, GHC == 8.4.2+                     , GHC == 8.2.1, GHC == 8.2.2+                     , GHC == 8.0.1, GHC == 8.0.2                      , 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 == 7.6.1, GHC == 7.6.2, GHC == 7.6.3