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 ef1d5c9f9f..3f22518769 100644
--- a/libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs
+++ b/libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs
@@ -142,4 +142,5 @@ data Extension
| StarIsType
| ImportQualifiedPost
| CUSKs
+ | StandaloneKindSignatures
deriving (Eq, Enum, Show, Generic, Bounded)