diff --git a/configs/templates/types.ede b/configs/templates/types.ede index 39cec7b5dcc..9d7d240409a 100644 --- a/configs/templates/types.ede +++ b/configs/templates/types.ede @@ -1,7 +1,7 @@ -{-# LANGUAGE DisambiguateRecordFields #-} -{-# LANGUAGE NoImplicitPrelude #-} -{-# LANGUAGE OverloadedStrings #-} -{-# LANGUAGE StrictData #-} +{-# LANGUAGE DuplicateRecordFields #-} +{-# LANGUAGE NoImplicitPrelude #-} +{-# LANGUAGE OverloadedStrings #-} +{-# LANGUAGE StrictData #-} {-# OPTIONS_GHC -fno-warn-unused-matches #-} diff --git a/lib/amazonka/CHANGELOG.md b/lib/amazonka/CHANGELOG.md index bec3612a143..ef44bb32963 100644 --- a/lib/amazonka/CHANGELOG.md +++ b/lib/amazonka/CHANGELOG.md @@ -9,6 +9,8 @@ ### Fixed +- `amazonka-*`: GHC 9.8 support +[\#9xx](https://github.com/brendanhay/amazonka/pull/9xx) - `amazonka`: Allow reading the AWS config file when the credentials file is missing [\#951](https://github.com/brendanhay/amazonka/pull/951). This is useful when you are using a role-based authentication method or AWS IAM Identity Center (formerly AWS SSO) which does not require a credentials file. Before this fix you had to create an empty credentials file for these methods to work correctly.