packages feed

amazonka-iot-dataplane 1.4.3 → 1.4.4

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.3`+`1.4.4`   ## Description
amazonka-iot-dataplane.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-iot-dataplane-version:               1.4.3+version:               1.4.4 synopsis:              Amazon IoT Data Plane SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -11,7 +11,7 @@ category:              Network, AWS, Cloud, Distributed Computing build-type:            Simple cabal-version:         >= 1.10-extra-source-files:    README.md fixture/*.yaml fixture/*.proto+extra-source-files:    README.md fixture/*.yaml fixture/*.proto src/.gitkeep description:     AWS IoT @@ -55,7 +55,7 @@         , Network.AWS.IoTDataPlane.Types.Sum      build-depends:-          amazonka-core == 1.4.3.*+          amazonka-core == 1.4.4.*         , base          >= 4.7     && < 5  test-suite amazonka-iot-dataplane-test@@ -75,9 +75,9 @@         , Test.AWS.IoTDataPlane.Internal      build-depends:-          amazonka-core == 1.4.3.*-        , amazonka-test == 1.4.3.*-        , amazonka-iot-dataplane == 1.4.3.*+          amazonka-core == 1.4.4.*+        , amazonka-test == 1.4.4.*+        , amazonka-iot-dataplane == 1.4.4.*         , base         , bytestring         , tasty
+ src/.gitkeep view