summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/pkg02/all.T
blob: c6efd6fe0dff99ac4f7e8e796c5075192ea212a9 (plain)
1
2
3
4
5
6
# This used to be a test for conflicting module names, but the error
# case that it was testing for went away (conflicting module names in
# separate packages are allowed).  Now it is a straightforward test
# for shadowing: the local Foreign module shadows the base package
# one.
test('pkg02', [extra_files(['A.hs', 'Foreign.hs'])], multimod_compile, ['A', '-v0'])