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.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs b/libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs
index 0fd00b2c40..e0a1d7a2a5 100644
--- a/libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs
+++ b/libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs
@@ -73,6 +73,7 @@ data Extension
| ConstraintKinds
| PolyKinds -- Kind polymorphism
| DataKinds -- Datatype promotion
+ | TypeData -- allow @type data@ definitions
| InstanceSigs
| ApplicativeDo
| LinearTypes