diff options
Diffstat (limited to 'ghc/compiler/prelude/TysPrim.hi-boot')
-rw-r--r-- | ghc/compiler/prelude/TysPrim.hi-boot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ghc/compiler/prelude/TysPrim.hi-boot b/ghc/compiler/prelude/TysPrim.hi-boot index deb8bf07a1..3cd8184ee4 100644 --- a/ghc/compiler/prelude/TysPrim.hi-boot +++ b/ghc/compiler/prelude/TysPrim.hi-boot @@ -2,4 +2,5 @@ _interface_ TysPrim 1 _exports_ TysPrim voidTy; _declarations_ -1 voidTy _:_ Type.Type ;; +-- Not needed by Type.lhs any more +-- 1 voidTy _:_ Type.Type ;; |