blob: 96a966a68ff8b12b96ccd9e679c33e6a6a7cdae1 (
plain)
1
2
3
4
|
test('haddock.Test', [extra_files(['Hidden.hs', 'Test.hs', 'Visible.hs']),
omit_ways(prof_ways)], multimod_compile,
['Test Hidden Visible',
'-XRankNTypes -XExistentialQuantification -haddock -ddump-parsed'])
|