[project @ 2000-12-12 17:21:40 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail082.stderr
index 7d714ee..e9f9baa 100644 (file)
@@ -1,14 +1,10 @@
 
-tcfail082.hs:1:
-    Duplicate or overlapping instance declarations
-       for `Read FooData'
-           imported from module `Inst82_1' and imported from module `Inst82_2'
+Duplicate or overlapping instance declarations:
+  ./Inst82_1.hi:8: {Read FooData}
+  ./Inst82_2.hi:8: {Read FooData}
 
 tcfail082.hs:8:
     No instance for `Show FooData'
     arising from use of `print' at tcfail082.hs:8
-    In the right-hand side of a pattern binding:
+    In the right-hand side of an equation for `main':
        print ((read "FooData") :: FooData)
-
-Compilation had errors
-