packages feed

timezone-olson-th 0.1.0.10 → 0.1.0.11

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~timedep ~timezone-olsonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time, timezone-olson

API changes (from Hackage documentation)

Files

timezone-olson-th.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                timezone-olson-th-version:             0.1.0.10+version:             0.1.0.11 synopsis:            Load TimeZoneSeries from an Olson file at compile time. description:            Template Haskell to load a TimeZoneSeries from an Olson file at compile time.@@ -30,14 +30,14 @@ source-repository this   type:     git   location: http://github.com/jonpetterbergman/timezone-olson-th-  tag:      v0.1.0.10+  tag:      v0.1.0.11  library   exposed-modules:     Data.Time.LocalTime.TimeZone.Olson.TH   -- other-modules:          -- other-extensions:       build-depends:       base >=3.0 && <5.0, -                       timezone-olson >=0.1 && <0.2, +                       timezone-olson >=0.1 && <0.3,                        timezone-series >=0.1 && <0.2,                         time >=1.4 && <1.14,                        template-haskell