summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Type.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Iface/Type.hs-boot')
-rw-r--r--compiler/GHC/Iface/Type.hs-boot4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/GHC/Iface/Type.hs-boot b/compiler/GHC/Iface/Type.hs-boot
index 9c10f29ed5..ae26e40f3c 100644
--- a/compiler/GHC/Iface/Type.hs-boot
+++ b/compiler/GHC/Iface/Type.hs-boot
@@ -1,6 +1,7 @@
module GHC.Iface.Type
( IfaceType, IfaceTyCon, IfaceBndr
- , IfaceCoercion, IfaceTyLit, IfaceAppArgs
+ , IfaceCoercion, IfaceDCoercion
+ , IfaceTyLit, IfaceAppArgs
)
where
@@ -14,4 +15,5 @@ data IfaceType
data IfaceTyCon
data IfaceTyLit
data IfaceCoercion
+data IfaceDCoercion
data IfaceBndr