amazonka-redshift 1.4.3 → 1.4.4
raw patch · 4 files changed
+8/−8 lines, 4 filesdep ~amazonka-coredep ~amazonka-redshiftdep ~amazonka-testPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core, amazonka-redshift, amazonka-test
API changes (from Hackage documentation)
Files
- README.md +1/−1
- amazonka-redshift.cabal +6/−6
- gen/Network/AWS/Redshift/Types/Sum.hs +1/−1
- src/.gitkeep +0/−0
README.md view
@@ -8,7 +8,7 @@ ## Version -`1.4.3`+`1.4.4` ## Description
amazonka-redshift.cabal view
@@ -1,5 +1,5 @@ name: amazonka-redshift-version: 1.4.3+version: 1.4.4 synopsis: Amazon Redshift 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: Amazon Redshift __Overview__ @@ -119,7 +119,7 @@ , Network.AWS.Redshift.Types.Sum build-depends:- amazonka-core == 1.4.3.*+ amazonka-core == 1.4.4.* , base >= 4.7 && < 5 test-suite amazonka-redshift-test@@ -139,9 +139,9 @@ , Test.AWS.Redshift.Internal build-depends:- amazonka-core == 1.4.3.*- , amazonka-test == 1.4.3.*- , amazonka-redshift == 1.4.3.*+ amazonka-core == 1.4.4.*+ , amazonka-test == 1.4.4.*+ , amazonka-redshift == 1.4.4.* , base , bytestring , tasty
gen/Network/AWS/Redshift/Types/Sum.hs view
@@ -93,7 +93,7 @@ "pending" -> pure Pending "succeeded" -> pure Succeeded e -> fromTextError $ "Failure parsing TableRestoreStatusType from value: '" <> e- <> "'. Accepted values: CANCELED, FAILED, IN_PROGRESS, PENDING, SUCCEEDED"+ <> "'. Accepted values: canceled, failed, in_progress, pending, succeeded" instance ToText TableRestoreStatusType where toText = \case
+ src/.gitkeep view