[project @ 1997-09-24 11:08:42 by simonm]
[ghc-hetmet.git] / ghc / tests / deriving / should_fail / drvfail007.stderr
index 43c09b1..5338ad4 100644 (file)
@@ -1,10 +1,10 @@
  
-drvfail007.hs:2: No instance for `PrelBase.Eq PrelBase.Int
-                                             -> PrelBase.Int'
+drvfail007.hs:2: No instance for: `PrelBase.Eq (PrelBase.Int
+                                               -> PrelBase.Int)'
+    When deriving classes for `Foo'
  
-drvfail007.hs:4: No instance for: `PrelBase.Eq (PrelBase.Int
+drvfail007.hs:2: No instance for: `PrelBase.Eq (PrelBase.Int
                                                -> PrelBase.Int)'
-    arising from use of `PrelBase.==' at drvfail007.hs:4
-
+    When deriving classes for `Foo'
 
 Compilation had errors