[project @ 2000-12-19 13:06:50 by simonmar]
[ghc-hetmet.git] / ghc / compiler / main / DriverPhases.hs
index b6c213c..cab7b60 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- $Id: DriverPhases.hs,v 1.2 2000/11/13 14:34:37 sewardj Exp $
+-- $Id: DriverPhases.hs,v 1.3 2000/11/16 16:23:04 sewardj Exp $
 --
 -- GHC Driver
 --
@@ -47,7 +47,7 @@ data Phase
        | SplitAs
        | As
        | Ln 
-  deriving (Eq)
+  deriving (Eq, Show)
 
 -- the first compilation phase for a given file is determined
 -- by its suffix.