[commit: testsuite] master: Wibble to recomp006 error (7e94e01)
Simon Peyton Jones
simonpj at microsoft.com
Mon Jan 16 14:15:09 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7e94e01b6fbcfa151914ae1fe8a394324a09a0b3
>---------------------------------------------------------------
commit 7e94e01b6fbcfa151914ae1fe8a394324a09a0b3
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Jan 16 13:15:01 2012 +0000
Wibble to recomp006 error
I think this didn't show up before with --fast?
>---------------------------------------------------------------
tests/driver/recomp006/recomp006.stderr | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/tests/driver/recomp006/recomp006.stderr b/tests/driver/recomp006/recomp006.stderr
index c449b5c..328897c 100644
--- a/tests/driver/recomp006/recomp006.stderr
+++ b/tests/driver/recomp006/recomp006.stderr
@@ -1,14 +1,7 @@
-A.hs:8:6:
- No instance for (Num (Int :- Int))
- arising from the literal `1'
- Possible fix: add an instance declaration for (Num (Int :- Int))
- In the expression: 1
- In the expression: (1, (2, 3))
- In an equation for `f': f = (1, (2, 3))
-
A.hs:8:8:
- Couldn't match expected type `Int' with actual type `(t0, t1)'
+ Couldn't match expected type `Int'
+ with actual type `(Integer, Integer)'
In the expression: (2, 3)
In the expression: (1, (2, 3))
In an equation for `f': f = (1, (2, 3))
More information about the Cvs-ghc
mailing list