diff options
Diffstat (limited to 'compiler/iface')
-rw-r--r-- | compiler/iface/TcIface.lhs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/iface/TcIface.lhs b/compiler/iface/TcIface.lhs index e7676c8c48..1748e94709 100644 --- a/compiler/iface/TcIface.lhs +++ b/compiler/iface/TcIface.lhs @@ -9,7 +9,10 @@ Type checking of type signatures in interface files module TcIface ( tcImportDecl, importDecl, checkWiredInTyCon, tcHiBootIface, typecheckIface, tcIfaceDecl, tcIfaceInst, tcIfaceFamInst, tcIfaceRules, - tcIfaceVectInfo, tcIfaceAnnotations, tcIfaceGlobal, tcExtCoreBindings + tcIfaceVectInfo, tcIfaceAnnotations, + tcIfaceExpr, -- Desired by HERMIT (Trac #7683) + tcIfaceGlobal, + tcExtCoreBindings ) where #include "HsVersions.h" |