Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f6f82a91
Commit
f6f82a91
authored
Dec 03, 2013
by
Joachim Breitner
Browse files
Update output: New error messages as per
#8576
parent
aba39d00
Changes
10
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/deriving/should_fail/T2851.stderr
View file @
f6f82a91
T2851.hs:9:15:
No instance for (Show (F a))
arising from the
'deriving' clause of a data type declaration
arising from the
first field of ‛D’ (type ‛F a’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
...
...
testsuite/tests/deriving/should_fail/drvfail-functor2.stderr
View file @
f6f82a91
...
...
@@ -24,7 +24,7 @@ drvfail-functor2.hs:20:14:
drvfail-functor2.hs:26:14:
No instance for (Functor NoFunctor)
arising from the
'deriving' clause of a data type declaration
arising from the
first field of ‛UseNoFunctor’ (type ‛NoFunctor a’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
...
...
testsuite/tests/deriving/should_fail/drvfail001.stderr
View file @
f6f82a91
drvfail001.hs:16:33:
No instance for (Show (f (f a)))
arising from the
'deriving' clause of a data type declaration
arising from the
first field of ‛ZeroS’ (type ‛f (f a)’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
...
...
testsuite/tests/deriving/should_fail/drvfail002.stderr
View file @
f6f82a91
drvfail002.hs:19:23:
No instance for (X T c)
arising from the
'deriving' clause of a data type declaration
arising from the
first field of ‛S’ (type ‛T’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
...
...
testsuite/tests/deriving/should_fail/drvfail003.stderr
View file @
f6f82a91
drvfail003.hs:16:56:
No instance for (Show (v (v a)))
arising from the
'deriving' clause of a data type declaration
arising from the
first field of ‛End’ (type ‛v (v a)’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
...
...
testsuite/tests/deriving/should_fail/drvfail007.stderr
View file @
f6f82a91
drvfail007.hs:4:38:
No instance for (Eq (Int -> Int))
arising from the
'deriving' clause of a data type declaration
arising from the
first field of ‛Foo’ (type ‛Int -> Int’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
...
...
testsuite/tests/deriving/should_fail/drvfail013.stderr
View file @
f6f82a91
...
...
@@ -9,7 +9,7 @@ drvfail013.hs:4:70:
drvfail013.hs:6:70:
No instance for (Eq (m (Maybe a)))
arising from the
'deriving' clause of a data type declaration
arising from the
first field of ‛MaybeT'’ (type ‛m (Maybe a)’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
...
...
testsuite/tests/typecheck/should_fail/tcfail046.stderr
View file @
f6f82a91
tcfail046.hs:10:50:
No instance for (Eq (Process a))
arising from the
'deriving' clause of a data type declaration
arising from the
first field of ‛Do’ (type ‛Process a’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
...
...
@@ -9,7 +9,7 @@ tcfail046.hs:10:50:
tcfail046.hs:22:25:
No instance for (Eq (Process a))
arising from the
'deriving' clause of a data type declaration
arising from the
first field of ‛Create’ (type ‛Process a’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
...
...
testsuite/tests/typecheck/should_fail/tcfail118.stderr
View file @
f6f82a91
tcfail118.hs:10:29:
Overlapping instances for Eq Foo
arising from the
'deriving' clause of a data type declaration
arising from the
first field of ‛Bar’ (type ‛Foo’)
Matching instances:
instance Eq Foo -- Defined at tcfail118.hs:11:25
instance Eq Foo -- Defined at tcfail118.hs:13:10
...
...
testsuite/tests/typecheck/should_fail/tcfail169.stderr
View file @
f6f82a91
tcfail169.hs:7:51:
No instance for (Show (Succ a))
arising from the
'deriving' clause of a data type declaration
arising from the
second field of ‛Cons’ (type ‛Seq (Succ a)’)
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment