packages feed

google-server-api 0.4.1.0 → 0.4.1.1

raw patch · 2 files changed

+29/−29 lines, 2 filesdep ~HsOpenSSLdep ~RSAdep ~aeson

Dependency ranges changed: HsOpenSSL, RSA, aeson, aeson-casing, base, base64-bytestring, bytestring, http-api-data, http-client, http-client-tls, http-media, mime-mail, monad-control, monad-logger, mtl, servant, servant-client, text, time, transformers, transformers-base, unix-time, unordered-containers, wai, wai-extra, warp

Files

google-server-api.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.1. -- -- see: https://github.com/sol/hpack  name:           google-server-api-version:        0.4.1.0+version:        0.4.1.1 synopsis:       Google APIs for server to server applications description:    This library provides a way to use Google API for server to server applications. category:       Web@@ -77,30 +77,30 @@       ViewPatterns   ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints   build-depends:-      HsOpenSSL >=0.11.4.13 && <0.12-    , RSA >=2.3.0 && <2.5-    , aeson >=1.2.4.0 && <1.6-    , aeson-casing >=0.1.0.5 && <0.3-    , base >=4.9 && <5-    , base64-bytestring >=1.0.0.1 && <1.3-    , bytestring >=0.10.8.2 && <0.11-    , http-api-data >=0.3.7.2 && <0.5-    , http-client >=0.5.10 && <0.7-    , http-client-tls >=0.3.5.3 && <0.4-    , http-media >=0.7.1.2 && <0.9-    , mime-mail >=0.4.14 && <0.6-    , monad-control >=1.0.2.3 && <1.1-    , monad-logger >=0.3.28.1 && <0.4-    , mtl >=2.2.2 && <2.3-    , servant >=0.13 && <0.20-    , servant-client >=0.13 && <0.20-    , text >=1.2.3.0 && <1.3-    , time >=1.8.0.2 && <1.10-    , transformers >=0.5.2.0 && <0.6-    , transformers-base >=0.4.4 && <0.5-    , unix-time >=0.3.8 && <0.5-    , unordered-containers >=0.2.9.0 && <0.3-    , wai >=3.2.1.1 && <3.3-    , wai-extra >=3.0.22.0 && <3.2-    , warp >=3.2.18.1 && <3.4+      HsOpenSSL ==0.11.*+    , RSA ==2.4.*+    , aeson >=1.5 && <2.2+    , aeson-casing ==0.2.*+    , base >=4.14 && <4.18+    , base64-bytestring >=1.1 && <1.3+    , bytestring >=0.10 && <0.12+    , http-api-data >=0.4 && <0.6+    , http-client >=0.6 && <0.8+    , http-client-tls ==0.3.*+    , http-media ==0.8.*+    , mime-mail ==0.5.*+    , monad-control >=1 && <1.1+    , monad-logger ==0.3.*+    , mtl ==2.2.*+    , servant >=0.18 && <0.20+    , servant-client >=0.18 && <0.20+    , text >=1.2 && <2.1+    , time >=1.9 && <1.13+    , transformers ==0.5.*+    , transformers-base ==0.4.*+    , unix-time ==0.4.*+    , unordered-containers ==0.2.*+    , wai ==3.2.*+    , wai-extra ==3.1.*+    , warp ==3.3.*   default-language: Haskell2010
src/Google/Response.hs view
@@ -81,7 +81,7 @@     (\x y ->       let         toUTC :: ZonedDateTime -> Maybe UTCTime-        toUTC = (fmap zonedTimeToUTC) . (dateTime :: ZonedDateTime -> Maybe ZonedTime)+        toUTC (ZonedDateTime z) = fmap zonedTimeToUTC z       in         (toUTC x) == (toUTC y)     )