[commit: testsuite] master: add missing file (11330e1)
Simon Marlow
marlowsd at gmail.com
Thu Mar 1 15:20:08 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/11330e110203e392ab6f07aa0aeab6a872076703
>---------------------------------------------------------------
commit 11330e110203e392ab6f07aa0aeab6a872076703
Author: Simon Marlow <marlowsd at gmail.com>
Date: Thu Mar 1 14:03:41 2012 +0000
add missing file
>---------------------------------------------------------------
tests/ghci/scripts/ghci057.stderr | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/tests/ghci/scripts/ghci057.stderr b/tests/ghci/scripts/ghci057.stderr
new file mode 100644
index 0000000..383d951
--- /dev/null
+++ b/tests/ghci/scripts/ghci057.stderr
@@ -0,0 +1,17 @@
+
+<interactive>:5:1:
+ Illegal generalised algebraic data declaration for `T'
+ (Use -XGADTs to allow GADTs)
+ In the data type declaration for `T'
+
+ghci057.hs:3:3:
+ Data constructor `C' has existential type variables, a context, or a specialised result type
+ (Use -XExistentialQuantification or -XGADTs to allow this)
+ In the definition of data constructor `C'
+ In the data type declaration for `T'
+
+ghci057.hs:3:3:
+ Data constructor `C' has existential type variables, a context, or a specialised result type
+ (Use -XExistentialQuantification or -XGADTs to allow this)
+ In the definition of data constructor `C'
+ In the data type declaration for `T'
More information about the Cvs-ghc
mailing list