summaryrefslogtreecommitdiff
path: root/compiler/iface/TcIface.hs
diff options
context:
space:
mode:
authorJosh Meredith <joshmeredith2008@gmail.com>2020-09-14 12:53:21 +1000
committerJosh Meredith <joshmeredith2008@gmail.com>2020-09-14 12:53:21 +1000
commita04562f88c594817ad98cdf9aa38e24d6c0ed0ea (patch)
treef5eacb6848f77f4c685571cfc420e5e363f3c521 /compiler/iface/TcIface.hs
parent29204b1c4f52ea34d84da33593052ee839293bf2 (diff)
downloadhaskell-wip/coreField8102.tar.gz
Patch commit for haskell.nix 8.10.2 core interface fieldwip/coreField8102
Diffstat (limited to 'compiler/iface/TcIface.hs')
-rw-r--r--compiler/iface/TcIface.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/iface/TcIface.hs b/compiler/iface/TcIface.hs
index 077c66371e..3d9882f624 100644
--- a/compiler/iface/TcIface.hs
+++ b/compiler/iface/TcIface.hs
@@ -17,7 +17,9 @@ module TcIface (
tcIfaceDecl, tcIfaceInst, tcIfaceFamInst, tcIfaceRules,
tcIfaceAnnotations, tcIfaceCompleteSigs,
tcIfaceExpr, -- Desired by HERMIT (#7683)
- tcIfaceGlobal
+ tcIfaceGlobal,
+ tcIfaceType,
+ tcJoinInfo,
) where
#include "HsVersions.h"