summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs')
-rw-r--r--libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs b/libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs
index a3c3e2edfe..b75977c74c 100644
--- a/libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs
+++ b/libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs
@@ -146,6 +146,8 @@ data Extension
| StandaloneKindSignatures
| LexicalNegation
| FieldSelectors
+ | OverloadedRecordDot
+ | OverloadedRecordUpdate
deriving (Eq, Enum, Show, Generic, Bounded)
-- 'Ord' and 'Bounded' are provided for GHC API users (see discussions
-- in https://gitlab.haskell.org/ghc/ghc/merge_requests/2707 and