[project @ 2002-12-19 15:12:01 by simonmar]
[ghc-hetmet.git] / ghc / compiler / ghci / Linker.lhs
index f766c42..a2e7b1b 100644 (file)
@@ -18,7 +18,8 @@ necessary.
 module Linker ( HValue, initLinker, showLinkerState,
                linkLibraries, linkExpr,
                unload, extendLinkEnv, 
-               LibrarySpec(..)
+               LibrarySpec(..),
+               linkPackages,
        ) where
 
 #include "../includes/config.h"