[project @ 2001-12-05 19:24:53 by sof]
[ghc-hetmet.git] / ghc / compiler / utils / Panic.lhs
index b6e1f0f..e4c8cda 100644 (file)
@@ -12,7 +12,8 @@ some unnecessary loops in the module dependency graph.
 module Panic  
    ( 
      GhcException(..), ghcError, progName, 
-     panic, panic#, assertPanic, trace 
+     panic, panic#, assertPanic, trace,
+     showGhcException
    ) where
 
 import Config