summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgExpr.hi-boot-5
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/codeGen/CgExpr.hi-boot-5')
-rw-r--r--compiler/codeGen/CgExpr.hi-boot-53
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/codeGen/CgExpr.hi-boot-5 b/compiler/codeGen/CgExpr.hi-boot-5
new file mode 100644
index 0000000000..588e63f8f1
--- /dev/null
+++ b/compiler/codeGen/CgExpr.hi-boot-5
@@ -0,0 +1,3 @@
+__interface CgExpr 1 0 where
+__export CgExpr cgExpr;
+1 cgExpr :: StgSyn.StgExpr -> CgMonad.Code ;