packages feed

amazonka-kinesis-firehose 1.4.1 → 1.4.2

raw patch · 3 files changed

+7/−7 lines, 3 filesdep ~amazonka-coredep ~amazonka-kinesis-firehosedep ~amazonka-testPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core, amazonka-kinesis-firehose, amazonka-test

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`1.4.1`+`1.4.2`   ## Description
amazonka-kinesis-firehose.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-kinesis-firehose-version:               1.4.1+version:               1.4.2 synopsis:              Amazon Kinesis Firehose SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -61,7 +61,7 @@         , Network.AWS.Firehose.Types.Sum      build-depends:-          amazonka-core == 1.4.1.*+          amazonka-core == 1.4.2.*         , base          >= 4.7     && < 5  test-suite amazonka-kinesis-firehose-test@@ -81,9 +81,9 @@         , Test.AWS.Firehose.Internal      build-depends:-          amazonka-core == 1.4.1.*-        , amazonka-test == 1.4.1.*-        , amazonka-kinesis-firehose == 1.4.1.*+          amazonka-core == 1.4.2.*+        , amazonka-test == 1.4.2.*+        , amazonka-kinesis-firehose == 1.4.2.*         , base         , bytestring         , tasty
gen/Network/AWS/Firehose/Types.hs view
@@ -236,7 +236,7 @@     , _svcEndpoint = defaultEndpoint firehose     , _svcTimeout = Just 70     , _svcCheck = statusSuccess-    , _svcError = parseJSONError+    , _svcError = parseJSONError "Firehose"     , _svcRetry = retry     }   where