diff --git a/ghc/compiler/types/Type.hi-boot-5 b/ghc/compiler/types/Type.hi-boot-5
index 1500a3bef21f8ed60228efe925469805df99d0c5..971c926cd502bc55aad634e733c41bcc5f021d40 100644
--- a/ghc/compiler/types/Type.hi-boot-5
+++ b/ghc/compiler/types/Type.hi-boot-5
@@ -1,6 +1,6 @@
 __interface Type 1 0 where
-__export Type Type GenType Kind ;
-1 type Type = GenType BasicTypes.Unused ;
+__export Type Type Kind SuperKind ;
+1 data Type ;
 1 type Kind = Type ;
-1 data GenType a ;
+1 type SuperKind = Type ;