packages feed

amazonka-iot-dataplane 1.4.1 → 1.4.2

raw patch · 3 files changed

+7/−7 lines, 3 filesdep ~amazonka-coredep ~amazonka-iot-dataplanedep ~amazonka-testPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core, amazonka-iot-dataplane, amazonka-test

API changes (from Hackage documentation)

Files

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