summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Pedro Magalhaes <jpm@cs.ox.ac.uk>2013-05-21 14:46:02 +0100
committerJose Pedro Magalhaes <jpm@cs.ox.ac.uk>2013-05-21 15:12:54 +0100
commitc311c2a979fd544fde7180d60dc0835d039ed7c4 (patch)
tree664d90691835d3a1e026b941838cdbe91044acd5
parentfca2491961b3be05cae7a1d345e9ff50269933fa (diff)
downloadhaskell-c311c2a979fd544fde7180d60dc0835d039ed7c4.tar.gz
Update output for T2604
-rw-r--r--testsuite/tests/deriving/should_fail/T2604.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/T2604.stderr b/testsuite/tests/deriving/should_fail/T2604.stderr
index a733609609..fc5320030f 100644
--- a/testsuite/tests/deriving/should_fail/T2604.stderr
+++ b/testsuite/tests/deriving/should_fail/T2604.stderr
@@ -1,10 +1,10 @@
T2604.hs:7:35:
- Can't make a derived instance of ‛Typeable * DList’:
+ Can't make a derived instance of ‛Typeable * (DList a)’:
You need -XDeriveDataTypeable to derive an instance for this class
In the data declaration for ‛DList’
T2604.hs:9:38:
- Can't make a derived instance of ‛Typeable * NList’:
+ Can't make a derived instance of ‛Typeable * (NList a)’:
You need -XDeriveDataTypeable to derive an instance for this class
In the newtype declaration for ‛NList’