[project @ 2005-03-31 15:16:53 by simonmar]
[ghc-hetmet.git] / ghc / compiler / main / HscTypes.lhs
index 6a43db5..114f6c0 100644 (file)
@@ -193,7 +193,7 @@ data Target = Target TargetId (Maybe (StringBuffer,ClockTime))
 data TargetId
   = TargetModule Module           -- ^ A module name: search for the file
   | TargetFile   FilePath  -- ^ A filename: parse it to find the module name.
-
+  deriving Eq
 
 pprTarget :: Target -> SDoc
 pprTarget (Target id _) = pprTargetId id