[commit: ghc] master: Wibble error message (ea22a8f)

git at git.haskell.org git at git.haskell.org
Wed Dec 17 14:45:58 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ea22a8f721f440458554c7500686baef57da4d4d/ghc

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

commit ea22a8f721f440458554c7500686baef57da4d4d
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Dec 17 14:30:28 2014 +0000

    Wibble error message


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

ea22a8f721f440458554c7500686baef57da4d4d
 testsuite/tests/indexed-types/should_fail/T7729.stderr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/indexed-types/should_fail/T7729.stderr b/testsuite/tests/indexed-types/should_fail/T7729.stderr
index 053d54e..1f3d19d 100644
--- a/testsuite/tests/indexed-types/should_fail/T7729.stderr
+++ b/testsuite/tests/indexed-types/should_fail/T7729.stderr
@@ -1,6 +1,6 @@
 
 T7729.hs:36:14:
-    Couldn't match type ‘t0 (BasePrimMonad m)’ with ‘BasePrimMonad m’
+    Couldn't match type ‘BasePrimMonad m’ with ‘t0 (BasePrimMonad m)’
     The type variable ‘t0’ is ambiguous
     Expected type: t0 (BasePrimMonad m) a -> Rand m a
       Actual type: BasePrimMonad (Rand m) a -> Rand m a



More information about the ghc-commits mailing list