Skip to content
GitLab
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
a7c308ea
Commit
a7c308ea
authored
Mar 04, 2007
by
Ian Lynagh
Browse files
pkg02_b requires network
parent
a7cb6a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/cabal/pkg02/all.T
View file @
a7c308ea
# We can compile Network on its own (pkg02_a)
test
('
pkg02_a
',
only_ways
(['
normal
']),
multimod_compile
,
['
Network
','
-v0
'])
test
('
pkg02_b
',
normal
,
multimod_compile
,
['
A
','
-v0
'])
test
('
pkg02_b
',
reqlib
('
network
')
,
multimod_compile
,
['
A
','
-v0
'])
clean_o_hi
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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