[commit: ghc] master: Export tcIfaceExpr as requested by Trac #7683 (57e0883)
Simon Peyton Jones
simonpj at microsoft.com
Wed Feb 13 18:44:02 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/57e08839f11990647f1b083316e920a00666b3b6
>---------------------------------------------------------------
commit 57e08839f11990647f1b083316e920a00666b3b6
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Feb 13 17:08:03 2013 +0000
Export tcIfaceExpr as requested by Trac #7683
>---------------------------------------------------------------
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 e7676c8..1748e94 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"
More information about the ghc-commits
mailing list