google-maps-geocoding 0.7.0.0 → 0.7.0.1
raw patch · 2 files changed
+10/−6 lines, 2 filesdep ~aesondep ~basedep ~servantPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, servant, servant-client, text
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- google-maps-geocoding.cabal +6/−6
changelog.md view
@@ -1,3 +1,7 @@+# 0.7.0.1 + +* Update dependencies for GHC 9.0.2 and revisit upper bounds + # 0.7.0.0 * Add additional languages
google-maps-geocoding.cabal view
@@ -1,5 +1,5 @@ name: google-maps-geocoding -version: 0.7.0.0 +version: 0.7.0.1 synopsis: Bindings to the Google Geocoding API (formerly Maps Geocoding API) description: The @@ -34,13 +34,13 @@ library hs-source-dirs: src exposed-modules: Web.Google.Geocoding - build-depends: base >= 4.8 && < 4.15 - , aeson >= 1.1 && < 1.6 + build-depends: base >= 4.8 && < 4.16 + , aeson >= 1.1 && < 2.1 , google-static-maps >= 0.7 && < 0.8 , http-client >= 0.5 && < 0.8 - , servant >= 0.16 && < 0.19 - , servant-client >= 0.16 && < 0.19 - , text >= 1.2 && < 1.3 + , servant >= 0.16 && < 0.20 + , servant-client >= 0.16 && < 0.20 + , text >= 1.2 && < 2.1 default-language: Haskell2010 ghc-options: -Wall