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
c067f001
Commit
c067f001
authored
Mar 04, 2007
by
Ian Lynagh
Browse files
drvfail006 and drvfail008 need mtl
parent
f0388fa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/deriving/should_fail/all.T
View file @
c067f001
...
...
@@ -4,9 +4,9 @@ test('drvfail002', normal, compile_fail, [''])
test
('
drvfail003
',
normal
,
compile_fail
,
[''])
test
('
drvfail004
',
normal
,
compile_fail
,
[''])
test
('
drvfail005
',
normal
,
compile_fail
,
[''])
test
('
drvfail006
',
normal
,
compile_fail
,
[''])
test
('
drvfail006
',
reqlib
('
mtl
')
,
compile_fail
,
[''])
test
('
drvfail007
',
normal
,
compile_fail
,
[''])
test
('
drvfail008
',
normal
,
compile_fail
,
[''])
test
('
drvfail008
',
reqlib
('
mtl
')
,
compile_fail
,
[''])
test
('
drvfail009
',
normal
,
compile_fail
,
[''])
test
('
drvfail010
',
normal
,
compile_fail
,
[''])
test
('
drvfail011
',
normal
,
compile_fail
,
[''])
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