packages feed

reverse-geocoding 0.2.1 → 0.2.2

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~lensdep ~wreqPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, lens, wreq

API changes (from Hackage documentation)

Files

reverse-geocoding.cabal view
@@ -1,5 +1,5 @@ name:                reverse-geocoding-version:             0.2.1+version:             0.2.2 synopsis:            Simple reverse geocoding using OpenStreeMap description:         Simple reverse geocoding using OpenStreeMap homepage:            https://github.com/jcristovao/reverse-geocoding@@ -18,10 +18,10 @@                       Data.Geolocation.Reverse   -- other-modules:         other-extensions:   OverloadedStrings-  build-depends:      base                  >= 4.6   && < 4.8-                    , lens                  >= 4.4   && < 4.8+  build-depends:      base                  >= 4.6   && < 4.9+                    , lens                  >= 4.4   && < 4.10                     , lens-aeson            >= 1.0   && < 1.1-                    , wreq                  >= 0.3   && < 0.4+                    , wreq                  >= 0.4   && < 0.5                     , aeson                 >= 0.8   && < 0.9                     , text                  >= 1.2   && < 1.3                     , iso3166-country-codes >= 0.20140203.7