[commit: testsuite] master: Wibble to error message (7debb30)

Simon Peyton Jones simonpj at microsoft.com
Fri May 3 11:08:04 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

https://github.com/ghc/testsuite/commit/7debb30bcbcad5aaf42873e6648fbb7129576d42

>---------------------------------------------------------------

commit 7debb30bcbcad5aaf42873e6648fbb7129576d42
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri May 3 10:05:56 2013 +0100

    Wibble to error message

>---------------------------------------------------------------

 tests/typecheck/should_fail/tcfail156.stderr |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/typecheck/should_fail/tcfail156.stderr b/tests/typecheck/should_fail/tcfail156.stderr
index 7e84020..c7e36e6 100644
--- a/tests/typecheck/should_fail/tcfail156.stderr
+++ b/tests/typecheck/should_fail/tcfail156.stderr
@@ -1,6 +1,6 @@
 
 tcfail156.hs:7:26:
-    A newtype constructor cannot have an existential context,
-      but ‛Foo’ does
+    A newtype constructor cannot have existential type variables
+    Foo :: forall a. a -> Foo
     In the definition of data constructor ‛Foo’
     In the newtype declaration for ‛Foo’





More information about the ghc-commits mailing list