packages feed

google-static-maps 0.7.0.0 → 0.7.0.1

raw patch · 3 files changed

+14/−10 lines, 3 filesdep ~aesondep ~basedep ~cryptonitePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, base, cryptonite, memory, servant, servant-client, text

API changes (from Hackage documentation)

Files

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-static-maps.cabal view
@@ -1,5 +1,5 @@ name:                google-static-maps
-version:             0.7.0.0
+version:             0.7.0.1
 synopsis:            Bindings to the Google Maps Static API (formerly Static
                      Maps API)
 description:         The
@@ -34,21 +34,21 @@   hs-source-dirs:      src
   exposed-modules:     Web.Google.Maps.Static
                      , Web.Google.Maps.Common
-  build-depends:       base >= 4.8 && < 4.15
-                     , aeson >= 0.7 && < 1.6
+  build-depends:       base >= 4.8 && < 4.16
+                     , aeson >= 0.7 && < 2.1
                      , base64-bytestring >= 0.1.1 && < 1.3
                      , bytedump >= 0.9 && < 1.1
                      , bytestring >= 0.10 && < 0.12
-                     , cryptonite >= 0.1 && < 0.30
+                     , cryptonite >= 0.1 && < 0.31
                      , double-conversion >= 0.2 && < 2.1
                      , http-client >= 0.2 && < 0.8
                      , JuicyPixels >= 1.0 && < 3.4
-                     , memory >= 0.1 && < 0.17
+                     , memory >= 0.1 && < 0.18
                      , network-uri >= 2.6 && < 2.8
-                     , servant >= 0.16 && < 0.19
-                     , servant-client >= 0.16 && < 0.19
+                     , servant >= 0.16 && < 0.20
+                     , servant-client >= 0.16 && < 0.20
                      , servant-JuicyPixels >= 0.3 && < 0.4
-                     , text >= 1.0 && < 1.3
+                     , text >= 1.0 && < 2.1
                      , utf8-string >= 0.3 && < 1.1
   default-language:    Haskell2010
   ghc-options:         -Wall
src/Web/Google/Maps/Common.hs view
@@ -77,8 +77,8 @@     deriving (Eq, Show, ToHttpApiData)
 
 -- | Language: supported languages based on the list at
--- <https://developers.google.com/maps/faq#languagesupport> (as at 12 June
--- 2021).
+-- <https://developers.google.com/maps/faq#languagesupport> (as at 20 March
+-- 2022).
 data Language
     = Afrikaans -- ^ @since 0.7.0.0
     | Albanian