packages feed

amazonka 0.3.4 → 0.3.5

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

amazonka.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-version:               0.3.4+version:               0.3.5 synopsis:              Comprehensive Amazon Web Services SDK homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense
src/Network/AWS/EC2/Metadata.hs view
@@ -325,5 +325,5 @@ request :: Manager -> Text -> IO ByteString request m url = do     rq <- parseUrl (Text.unpack url)-    rs <- httpLbs (rq { responseTimeout = Just 2 }) m+    rs <- httpLbs rq m     return . LBS.toStrict $ responseBody rs