packages feed

amazonka-rds 1.0.0 → 1.0.1

raw patch · 2 files changed

+6/−6 lines, 2 filesdep ~amazonka-coredep ~amazonka-rdsdep ~amazonka-testPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core, amazonka-rds, amazonka-test

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`1.0.0`+`1.0.1`   ## Description
amazonka-rds.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-rds-version:               1.0.0+version:               1.0.1 synopsis:              Amazon Relational Database Service SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -152,7 +152,7 @@         , Network.AWS.RDS.Types.Sum      build-depends:-          amazonka-core == 1.0.0.*+          amazonka-core == 1.0.1.*         , base          >= 4.7     && < 5  test-suite amazonka-rds-test@@ -171,9 +171,9 @@         , Test.AWS.RDS.Internal      build-depends:-          amazonka-core == 1.0.0-        , amazonka-test == 1.0.0-        , amazonka-rds == 1.0.0+          amazonka-core == 1.0.1+        , amazonka-test == 1.0.1+        , amazonka-rds == 1.0.1         , base         , bytestring         , lens