[commit: ghc] master: Remove unused T10524.stderr (e32c2e1)

git at git.haskell.org git at git.haskell.org
Thu Dec 17 12:29:25 UTC 2015


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

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

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

commit e32c2e1f2c0adbed1f726233d3552bf5e9aad833
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Dec 16 10:38:54 2015 +0000

    Remove unused T10524.stderr


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

e32c2e1f2c0adbed1f726233d3552bf5e9aad833
 testsuite/tests/deriving/should_fail/T10524.stderr | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/testsuite/tests/deriving/should_fail/T10524.stderr b/testsuite/tests/deriving/should_fail/T10524.stderr
deleted file mode 100644
index 1569972..0000000
--- a/testsuite/tests/deriving/should_fail/T10524.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-
-T10524.hs:7:58: error:
-    No instance for (Typeable WrappedFunctor)
-      arising from the 'deriving' clause of a data type declaration
-      GHC can't yet do polykinded
-        Typeable (WrappedFunctor :: (k -> *) -> k -> *)
-    Possible fix:
-      use a standalone 'deriving instance' declaration,
-        so you can specify the instance context yourself
-    When deriving the instance for (Data (WrappedFunctor f a))



More information about the ghc-commits mailing list