From 5cbfe81e433d1ca3aed41d5b5522bc1377e6af94 Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 16 Oct 2000 16:39:29 +0000 Subject: [PATCH] [project @ 2000-10-16 16:39:29 by sewardj] export wibble --- ghc/compiler/main/HscTypes.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/main/HscTypes.lhs b/ghc/compiler/main/HscTypes.lhs index 0d82475..bddcc22 100644 --- a/ghc/compiler/main/HscTypes.lhs +++ b/ghc/compiler/main/HscTypes.lhs @@ -16,7 +16,7 @@ module HscTypes ( AvailEnv, AvailInfo, GenAvailInfo(..), PersistentCompilerState(..), - InstEnv, + InstEnv, ClsInstEnv, DFunId, GlobalRdrEnv, RdrAvailInfo, -- 1.7.10.4