[commit: ghc] master: Add missing stderr file (5d473cd)

git at git.haskell.org git at git.haskell.org
Fri Sep 30 12:33:23 UTC 2016


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

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

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

commit 5d473cd6cce27347f070b76199f1607206c5c869
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Sep 30 13:32:51 2016 +0100

    Add missing stderr file
    
    ..accidentally omitted from previous commit.


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

5d473cd6cce27347f070b76199f1607206c5c869
 testsuite/tests/boxy/Base1.stderr | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/testsuite/tests/boxy/Base1.stderr b/testsuite/tests/boxy/Base1.stderr
new file mode 100644
index 0000000..053a3bc
--- /dev/null
+++ b/testsuite/tests/boxy/Base1.stderr
@@ -0,0 +1,18 @@
+
+Base1.hs:20:13: error:
+    • Couldn't match type ‘a0 -> a0’ with ‘forall a. a -> a’
+      Expected type: MEither Sid b
+        Actual type: MEither (a0 -> a0) b
+    • In the expression: MLeft fid
+      In an equation for ‘test1’: test1 fid = MLeft fid
+
+Base1.hs:25:39: error:
+    • Couldn't match type ‘a1 -> a1’ with ‘forall a. a -> a’
+      Expected type: Maybe (Sid, Sid)
+        Actual type: Maybe (a1 -> a1, a2 -> a2)
+    • In the expression: Just (x, y)
+      In a case alternative: MRight y -> Just (x, y)
+      In the expression:
+        case m of {
+          MRight y -> Just (x, y)
+          _ -> Nothing }



More information about the ghc-commits mailing list