diff --git a/ghc/compiler/coreSyn/CoreSyn.hi-boot b/ghc/compiler/coreSyn/CoreSyn.hi-boot
index c2fb8bf8b88977fa7680c76a2dba5b6b64c371b6..a400c37d79cc3c26ae15855b85bfee086309208a 100644
--- a/ghc/compiler/coreSyn/CoreSyn.hi-boot
+++ b/ghc/compiler/coreSyn/CoreSyn.hi-boot
@@ -8,7 +8,7 @@ _declarations_
 1 data Expr b ;
 
 1 data CoreRule ;
-1 data CoreRules = Rules [CoreRule] VarSet.IdOrTyVarSet ;;
+1 data CoreRules = Rules [CoreRule] VarSet.IdOrTyVarSet ;
 1 emptyCoreRules _:_ CoreRules ;;
 1 seqRules _:_ CoreRules -> PrelBase.() ;;
 1 isEmptyCoreRules _:_ CoreRules -> PrelBase.Bool ;;
diff --git a/ghc/compiler/types/TypeRep.hi-boot b/ghc/compiler/types/TypeRep.hi-boot
index 68e5167b2c70773bc96e4768a8b8088731705f54..5f779dfe5fb23409a3989b81ed8bb3683b530ee4 100644
--- a/ghc/compiler/types/TypeRep.hi-boot
+++ b/ghc/compiler/types/TypeRep.hi-boot
@@ -3,5 +3,5 @@ _exports_ TypeRep Type Kind SuperKind ;
 _declarations_
 1 data Type ;
 1 type Kind = Type ;
-1 type SuperKind = Type ;;
+1 type SuperKind = Type ;