google-maps-geocoding 0.7.0.1 → 0.7.0.2
raw patch · 4 files changed
+19/−4 lines, 4 filesdep ~aesondep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- changelog.md +5/−0
- google-maps-geocoding.cabal +4/−3
- stack.yaml +9/−0
LICENSE view
@@ -1,4 +1,4 @@-Copyright Mike Pilgrem (c) 2017, 2018 +Copyright Mike Pilgrem (c) 2017-2023 All rights reserved.
changelog.md view
@@ -1,3 +1,8 @@+# 0.7.0.2 + +* Update dependencies for GHC 9.2.8 and revisit upper bounds +* Include a `stack.yaml` in `extra-source-files` + # 0.7.0.1 * Update dependencies for GHC 9.0.2 and revisit upper bounds
google-maps-geocoding.cabal view
@@ -1,5 +1,5 @@ name: google-maps-geocoding -version: 0.7.0.1 +version: 0.7.0.2 synopsis: Bindings to the Google Geocoding API (formerly Maps Geocoding API) description: The @@ -29,13 +29,14 @@ category: Web build-type: Simple extra-source-files: changelog.md + stack.yaml cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Web.Google.Geocoding - build-depends: base >= 4.8 && < 4.16 - , aeson >= 1.1 && < 2.1 + build-depends: base >= 4.8 && < 4.17 + , aeson >= 1.1 && < 2.2 , google-static-maps >= 0.7 && < 0.8 , http-client >= 0.5 && < 0.8 , servant >= 0.16 && < 0.20
+ stack.yaml view
@@ -0,0 +1,9 @@+resolver: lts-20.23 # GHC 9.2.7 +compiler: ghc-9.2.8 # No Stackage snapshot as at 2023-06-03 + +extra-deps: +- google-static-maps-0.7.0.2@sha256:03e66dd0c26fac3baf50c38b41a050e8cba73ea26f08898c1263699b45758ada,2788 + +flags: + ansi-terminal: + win32-2-13-1: false