diff --git a/ghc/compiler/codeGen/CgRetConv.hi-boot b/ghc/compiler/codeGen/CgRetConv.hi-boot index 7be70a88c63d3a126d59a60db856a8ec14b6a864..9b14f430abf8490558760d81645259232e766016 100644 --- a/ghc/compiler/codeGen/CgRetConv.hi-boot +++ b/ghc/compiler/codeGen/CgRetConv.hi-boot @@ -3,5 +3,5 @@ _exports_ CgRetConv CtrlReturnConvention(VectoredReturn UnvectoredReturn) ctrlReturnConvAlg; _declarations_ 1 data CtrlReturnConvention = VectoredReturn PrelBase.Int | UnvectoredReturn PrelBase.Int; -1 ctrlReturnConvAlg _:_ TyCon.TyCon -> CgRetConv.CtrlReturnConvention ;; +1 ctrlReturnConvAlg _:_ TyCon.TyCon -> CtrlReturnConvention ;;