packages feed

timezone-series 0.1.1 → 0.1.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time

API changes (from Hackage documentation)

Files

timezone-series.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version:             0.1.1+Version:             0.1.2  -- A short (one-line) description of the package. Synopsis:            Enhanced timezone handling for Data.Time@@ -57,7 +57,7 @@      -- Packages needed in order to build this package.   Build-depends:       base >= 3.0 && < 5,-                       time >= 1.1.4 && < 1.3+                       time >= 1.1.4 && < 1.5      -- Modules not exported by this package.   -- Other-modules: