From fe9ffed077dd098d871d9a016e5e8b70b434801f Mon Sep 17 00:00:00 2001
From: simonpj <unknown>
Date: Mon, 21 Dec 1998 12:09:32 +0000
Subject: [PATCH] [project @ 1998-12-21 12:09:32 by simonpj] Add
 PprType.hi-boot; used only for error messages in Type.lhs

---
 ghc/compiler/types/PprType.hi-boot | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 ghc/compiler/types/PprType.hi-boot

diff --git a/ghc/compiler/types/PprType.hi-boot b/ghc/compiler/types/PprType.hi-boot
new file mode 100644
index 000000000000..6db121fb9f81
--- /dev/null
+++ b/ghc/compiler/types/PprType.hi-boot
@@ -0,0 +1,6 @@
+_interface_ PprType 1
+_exports_
+PprType pprType;
+_declarations_
+1 pprType _:_ Type.Type -> Outputable.SDoc ;;
+
-- 
GitLab